]> granicus.if.org Git - python/commit
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Sep 2019 20:13:41 +0000 (13:13 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2019 20:13:41 +0000 (13:13 -0700)
commit54dac6c0f4fa24d03025c45899ee7c5f2a4c367e
tree120c0b3e3c5b8dae502a5311bd076e5c6d3d021e
parent59e8fba7189d0e86d428a1125744afb8b0f40b5d
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)

(cherry picked from commit 993ac92418839427d4068d6ae8e618b06b5d9294)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Windows/2019-09-03-11-47-37.bpo-38020.xFZ2j0.rst [new file with mode: 0644]
Modules/posixmodule.c