Files
cpython/Lib
Gregory P. Smith 2b79a81461 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).
........

This required a bit more fiddling for 2.x as __block and __started are __
private as well as the __started Event's __cond.  A new "private"
_reset_internal_locks() method is added to Thread and _Event objects to
address this.
2011-01-04 01:10:08 +00:00
..
2009-10-09 22:15:50 +00:00
2010-02-08 22:37:52 +00:00
2010-07-03 13:53:45 +00:00
2009-10-14 17:30:52 +00:00
2008-10-15 11:49:10 +00:00
2009-11-12 23:42:23 +00:00
2009-01-30 02:02:25 +00:00
2009-06-23 10:51:02 +00:00
2008-05-20 07:49:57 +00:00
2010-04-03 15:45:59 +00:00
2010-04-04 23:23:22 +00:00
2009-06-11 17:51:17 +00:00
2009-04-01 17:46:01 +00:00
2008-08-19 19:07:38 +00:00
2009-06-12 20:14:08 +00:00
2009-01-27 23:15:48 +00:00
2009-08-28 16:48:03 +00:00
2010-01-31 16:46:26 +00:00
2010-06-27 11:24:15 +00:00
2008-07-14 17:42:17 +00:00
2010-10-27 07:09:22 +00:00
2008-10-14 22:37:18 +00:00
2008-10-14 22:37:18 +00:00
2010-12-11 04:38:24 +00:00
2009-07-01 13:34:35 +00:00
2009-10-15 03:05:39 +00:00
2010-06-22 18:09:02 +00:00
2010-10-31 16:17:36 +00:00