]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 87710 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 00:51:50 +0000 (00:51 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 00:51:50 +0000 (00:51 +0000)
commit4b129d23f66f88fb91aa95d163ef55a47095ae0d
treebe89afd4f61b4dd0ca4237db17549891699ead7b
parentc3a4787ccbc0f91827120c0a519747305379e4d4
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).
........
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS