]> granicus.if.org Git - python/commit
Issue #7079: Fix a possible crash when closing a file object while using
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 May 2010 19:56:59 +0000 (19:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 May 2010 19:56:59 +0000 (19:56 +0000)
commit83137c2e16ab34ecfa9695ae976b2b36fda2a17a
treebde315c150480fc78cba19af523acb1207481d9c
parentaf87f9f09f264d64ca564efd6818a1d0d7248a31
Issue #7079: Fix a possible crash when closing a file object while using
it from another thread.  Patch by Daniel Stutzbach.
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c