]> granicus.if.org Git - python/commit
bpo-29248: Fix os.readlink() on Windows (GH-5577)
authorSSE4 <tomskside@gmail.com>
Mon, 12 Feb 2018 17:10:35 +0000 (00:10 +0700)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 12 Feb 2018 17:10:35 +0000 (20:10 +0300)
commit3c34aad4e7a95913ec7db8e5e948a8fc69047bf7
tree53894ed7dec376f07d8e9a6944e6ae97dc533156
parent6ea20fc719dcaf102d2cefa1786f0421514f7a58
bpo-29248: Fix os.readlink() on Windows (GH-5577)

The PrintNameOffset field of the reparse data buffer
was treated as a number of characters instead of bytes.
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2018-02-07-17-50-48.bpo-29248.Xzwj-6.rst [new file with mode: 0644]
Modules/posixmodule.c