Commit db0ef2b
committed
Merged revisions 87740 via svnmerge from
svn+ssh://[email protected]/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.
........1 parent 4b129d2 commit db0ef2b
1 file changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
361 | 365 | | |
362 | 366 | | |
363 | 367 | | |
| |||
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
437 | 448 | | |
438 | 449 | | |
439 | 450 | | |
| |||
776 | 787 | | |
777 | 788 | | |
778 | 789 | | |
779 | | - | |
| 790 | + | |
780 | 791 | | |
781 | 792 | | |
782 | 793 | | |
783 | 794 | | |
784 | | - | |
785 | 795 | | |
786 | 796 | | |
787 | 797 | | |
| |||
858 | 868 | | |
859 | 869 | | |
860 | 870 | | |
861 | | - | |
862 | | - | |
| 871 | + | |
863 | 872 | | |
864 | 873 | | |
865 | 874 | | |
| |||
0 commit comments