]> granicus.if.org Git - python/commit
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Dec 2016 16:13:16 +0000 (17:13 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Dec 2016 16:13:16 +0000 (17:13 +0100)
commitcd2a201e5bb33c9b44401a91e10189be87885efe
tree9dee87e322d960ada1c61a24aabe9408ea3e9db6
parent7a44783b425ed810cf38e48b43fb3800e2995fa1
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
Lib/multiprocessing/context.py
Lib/multiprocessing/spawn.py
Lib/test/_test_multiprocessing.py
Lib/test/mp_preload.py [new file with mode: 0644]
Misc/NEWS