]> granicus.if.org Git - python/commit
Issue #9295: Fix a crash under Windows when calling close() on a file
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 14:50:57 +0000 (14:50 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 14:50:57 +0000 (14:50 +0000)
commit638cee62d5f25abf29290825f1600728f79da002
treeb3449f45ffa87d16317c4b292a3d6702efb40681
parent658370e72c6a3fe5fdeb3592278fc29eb0e5a7e3
Issue #9295: Fix a crash under Windows when calling close() on a file
object with custom buffering from two threads at once.
Misc/NEWS
Objects/fileobject.c