Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
536e35ae6a2555a01f4b51a68ad71dbf7923536d
/
Lib
/
multiprocessing
/
spawn.py
0be3246
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
by Adam Meily
· 5 years ago
f2b7556
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098)
by Steve Dower
· 6 years ago
c09a9f5
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
by Thomas Moreau
· 6 years ago
f22cc69
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
by Pierre Glaser
· 6 years ago
a8474d0
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
by Steve Dower
· 6 years ago
4e02f8f8
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
by Steve Dower
· 6 years ago
0aab866
bpo-33929: Fix regression in spawn_main() (#7962)
by Victor Stinner
· 7 years ago
2cc9d21
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
by Victor Stinner
· 7 years ago
bd73e72
bpo-5001: More-informative multiprocessing error messages (#3079)
by Allen W. Smith, Ph.D
· 8 years ago
ebb39bc
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
by Antoine Pitrou
· 9 years ago
cd2a201
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
by Antoine Pitrou
· 9 years ago
5458647
Issue #28053: Applying refactorings, docs and other cleanup to follow.
by Davin Potts
· 9 years ago
16fb674
Fix typo in docstring of multiprocessing.spawn.spawn_main()
by Berker Peksag
· 9 years ago
99d8dd2
Issue #20990: Correction for 619331c67638.
by Richard Oudkerk
· 11 years ago
a40675a
Issue #20990: Fix issues found by pyflakes for multiprocessing.
by Richard Oudkerk
· 11 years ago
9a76735
Close #19946: use runpy as needed in multiprocessing
by Nick Coghlan
· 12 years ago
ca7ab7c
Issue #19946: Raise ImportError when the main module cannot be found
by Brett Cannon
· 12 years ago
b523f84
Implement PEP 451 (ModuleSpec).
by Eric Snow
· 12 years ago
b1694cf
Issue #18999: Make multiprocessing use context objects.
by Richard Oudkerk
· 12 years ago
7d2d43c
Stop making fork server have copy of semaphore_tracker_fd.
by Richard Oudkerk
· 12 years ago
84ed9a6
Issue #8713: Support alternative start methods in multiprocessing on Unix.
by Richard Oudkerk
· 12 years ago