]> granicus.if.org Git - python/commit
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
authorSteve Dower <steve.dower@python.org>
Tue, 3 Sep 2019 19:50:51 +0000 (12:50 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2019 19:50:51 +0000 (12:50 -0700)
commit993ac92418839427d4068d6ae8e618b06b5d9294
tree96b6441c09e4da1a050f12aae2eabd47362af09d
parent0cf832a9ef84be6e18aad02464814530d80b82b2
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Misc/NEWS.d/next/Windows/2019-09-03-11-47-37.bpo-38020.xFZ2j0.rst [new file with mode: 0644]
Modules/posixmodule.c