]> granicus.if.org Git - python/commit
Issue #18879: When a method is looked up on a temporary file, avoid closing the file...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 21 Dec 2013 21:16:19 +0000 (22:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 21 Dec 2013 21:16:19 +0000 (22:16 +0100)
commit2b7f69851d641e4bf48c762c9a23df5b51982a1f
tree6bfd2dce3c4aa7bbec313e1001e32b6842621a66
parentc16dfe18376791b3118ef42d39a3afd25ac6e306
parent17c93260a62ac895f336351158e6fdaa6b117bcb
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS