Serhiy Storchaka
|
5affd23e6f
|
bpo-29762: More use "raise from None". (#569)
This hides unwanted implementation details from tracebacks.
|
2017-04-05 09:37:24 +03:00 |
Antoine Pitrou
|
ebb39bcc04
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:16:17 +01:00 |
Antoine Pitrou
|
cd2a201e5b
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:13:16 +01:00 |
Davin Potts
|
5458647bb8
|
Issue #28053: Applying refactorings, docs and other cleanup to follow.
|
2016-09-09 18:03:10 -05:00 |
Richard Oudkerk
|
b1694cf588
|
Issue #18999: Make multiprocessing use context objects.
This allows different parts of a program to use different methods for
starting processes without interfering with each other.
|
2013-10-16 16:41:56 +01:00 |