]> granicus.if.org Git - python/commit
Don't exit test_main() with the lock 'done' held -- there's no cleaner
authorMichael W. Hudson <mwh@python.net>
Tue, 3 Aug 2004 10:45:59 +0000 (10:45 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 3 Aug 2004 10:45:59 +0000 (10:45 +0000)
commitfcc09bbad6b51a785c55ebccc0c4817cf111bf50
tree77ef11250127b550e3b0e0e389122e5e2c35e617
parent782d8ffb42e51ccf834f0b4ecc153df2cdb7cd64
Don't exit test_main() with the lock 'done' held -- there's no cleaner
way to guarantee a deadlock on the next call!

If I've inadvertently done some damage to this test, sorry (but I don't
think I have).
Lib/test/test_threaded_import.py