]> granicus.if.org Git - python/commit
Add a crasher for the long-standing issue with closing a file
authorArmin Rigo <arigo@tunes.org>
Sun, 21 Oct 2007 09:14:15 +0000 (09:14 +0000)
committerArmin Rigo <arigo@tunes.org>
Sun, 21 Oct 2007 09:14:15 +0000 (09:14 +0000)
commit148618245167e56ac4b9075881f2b790078c1cbc
tree836b502bb2adfff08b8b3a581fd4c6a2002d576f
parent27a4498fcafad471d158f094d5be914e8884a7d2
Add a crasher for the long-standing issue with closing a file
while another thread uses it.
Lib/test/crashers/multithreaded_close.py [new file with mode: 0644]