]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
authorRichard Oudkerk <shibturn@gmail.com>
Fri, 6 Jul 2012 11:05:32 +0000 (12:05 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Fri, 6 Jul 2012 11:05:32 +0000 (12:05 +0100)
commit2240ac1eae2dd8674748239af9c61e5ab4faeb2c
tree9e851d9c9d9df1a377e1fd95ed27a9f29f923313
parent74de1536810946f82c1e6526fff55646fa119b3d
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
Doc/library/os.path.rst
Lib/test/test_genericpath.py
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c