]> granicus.if.org Git - python/commit
issue6643 - Two locks held within the threading module on each thread instance
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Jan 2011 21:06:12 +0000 (21:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Jan 2011 21:06:12 +0000 (21:06 +0000)
commit96c886ce967cb62cedca2e482616f551e809b777
treed06a39d65999d2bc62b644ec75e788564d118bce
parent68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef
issue6643 - Two locks held within the threading module on each thread instance
needed to be reinitialized after fork().  Adds tests to confirm that they are
and that a potential deadlock and crasher bug are fixed (platform dependant).
Lib/test/test_threading.py
Lib/threading.py