mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Prevent threading.Thread.join() from blocking when a previous call raised an
exception (e.g., passing in an illegal argument). Applies patch #1314396. Thanks Eric Blossom.
This commit is contained in:
parent
5c6e0a1a0c
commit
ad07ff2c77
3 changed files with 23 additions and 16 deletions
|
@ -63,6 +63,7 @@ Roy Bixler
|
|||
Martin Bless
|
||||
Pablo Bleyer
|
||||
Erik van Blokland
|
||||
Eric Blossom
|
||||
Finn Bock
|
||||
Paul Boddie
|
||||
Matthew Boedicker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue