]> granicus.if.org Git - python/commit
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 30 Jun 2014 00:07:28 +0000 (20:07 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 30 Jun 2014 00:07:28 +0000 (20:07 -0400)
commitde68722ca06615692613148b7015b3c62cd043c3
tree40ee136de88cdf028fcc75ca03422b77a6a2fc90
parentd95224ceaf61b6c4cbc7fd8e851a1268f6eee914
Issue #21679: Prevent extraneous fstat() calls during open().  Patch by Bohuslav Kabrda.
Lib/test/test_fileio.py
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/fileio.c