commit | 4b129d23f66f88fb91aa95d163ef55a47095ae0d | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Jan 04 00:51:50 2011 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Jan 04 00:51:50 2011 +0000 |
tree | be89afd4f61b4dd0ca4237db17549891699ead7b | |
parent | c3a4787ccbc0f91827120c0a519747305379e4d4 [diff] |
Merged revisions 87710 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87710 | gregory.p.smith | 2011-01-03 13:06:12 -0800 (Mon, 03 Jan 2011) | 4 lines 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). ........