mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
This commit is contained in:
parent
4f947dd970
commit
e4b9938d77
4 changed files with 44 additions and 1 deletions
|
|
@ -931,6 +931,7 @@ Sue Williams
|
|||
Gerald S. Williams
|
||||
Frank Willison
|
||||
Greg V. Wilson
|
||||
J Derek Wilson
|
||||
Jody Winston
|
||||
Collin Winter
|
||||
Dik Winter
|
||||
|
|
|
|||
|
|
@ -129,6 +129,9 @@ Library
|
|||
- Issue #14653: email.utils.mktime_tz() no longer relies on system
|
||||
mktime() when timezone offest is supplied.
|
||||
|
||||
- Issue #6056: Make multiprocessing use setblocking(True) on the
|
||||
sockets it uses. Original patch by J Derek Wilson.
|
||||
|
||||
- Issue #15101: Make pool finalizer avoid joining current thread.
|
||||
|
||||
- Issue #15054: A bug in tokenize.tokenize that caused string literals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue