commit | 83137c2e16ab34ecfa9695ae976b2b36fda2a17a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon May 17 19:56:59 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon May 17 19:56:59 2010 +0000 |
tree | bde315c150480fc78cba19af523acb1207481d9c | |
parent | af87f9f09f264d64ca564efd6818a1d0d7248a31 [diff] |
Issue #7079: Fix a possible crash when closing a file object while using it from another thread. Patch by Daniel Stutzbach.