]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the new bug introduced in the r87710 fix for issue 6643. DummyThread
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 18:33:38 +0000 (18:33 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 4 Jan 2011 18:33:38 +0000 (18:33 +0000)
commit9bd4a245f2ed0ce5a59652976c19ca74e9db518f
tree7823dcfa1f3ad80194b104d9ec12e3e1973acdbe
parent3fb97ae0f7ebcc723c59e5fe0d2826bb9c595d6f
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