]> granicus.if.org Git - python/commit
Merged revisions 87740 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 18:42:29 +0000 (18:42 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 18:42:29 +0000 (18:42 +0000)
commitdb0ef2b5e51b393736f20e81d23d68c9b92a04b4
tree844f65fd07b65b352e4bdcc6c1603d10dbd66883
parent4b129d23f66f88fb91aa95d163ef55a47095ae0d
Merged revisions 87740 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87740 | gregory.p.smith | 2011-01-04 10:33:38 -0800 (Tue, 04 Jan 2011) | 6 lines

  Fix the new bug introduced in the r87710 fix for issue 6643.  DummyThread
  deletes its _block attribute, deal with that.  This prevents an uncaught
  exception in a thread during test_thread.

  This refactors a bit to better match what I did in the r87727 backport to 2.7.
........
Lib/threading.py