index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
spawn.py
Commit message (
Expand
)
Author
Age
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
*
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily
2020-01-28
*
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...
Steve Dower
2019-09-13
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
*
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-03
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
*
bpo-33929: Fix regression in spawn_main() (#7962)
Victor Stinner
2018-06-27
*
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner
2018-06-27
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-30
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
|
\
|
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
*
|
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
|
/
*
Fix typo in docstring of multiprocessing.spawn.spawn_main()
Berker Peksag
2016-01-07
*
Issue #20990: Correction for 619331c67638.
Richard Oudkerk
2014-03-23
*
Issue #20990: Fix issues found by pyflakes for multiprocessing.
Richard Oudkerk
2014-03-23
*
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17
*
Issue #19946: Raise ImportError when the main module cannot be found
Brett Cannon
2013-12-13
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
*
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk
2013-08-22
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14