History log of /external/python/cpython3/Lib/multiprocessing/spawn.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ebb39bcc048b33d529a64f517ccee1c172ff8b07 10-Dec-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
cd2a201e5bb33c9b44401a91e10189be87885efe 10-Dec-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
/external/python/cpython3/Lib/multiprocessing/spawn.py
5458647bb867770fc3d830a618cef6994fdfac4b 10-Sep-2016 Davin Potts <python@discontinuity.net> Issue #28053: Applying refactorings, docs and other cleanup to follow.
/external/python/cpython3/Lib/multiprocessing/spawn.py
16fb6748820c72123239c0f326e141a14cf39f85 07-Jan-2016 Berker Peksag <berker.peksag@gmail.com> Fix typo in docstring of multiprocessing.spawn.spawn_main()
/external/python/cpython3/Lib/multiprocessing/spawn.py
99d8dd248923c64351da3c7f8fcc3c3d5b969cb8 23-Mar-2014 Richard Oudkerk <shibturn@gmail.com> Issue #20990: Correction for 619331c67638.
/external/python/cpython3/Lib/multiprocessing/spawn.py
a40675a1a232479bbc2cb9437db265416eeb5b2d 23-Mar-2014 Richard Oudkerk <shibturn@gmail.com> Issue #20990: Fix issues found by pyflakes for multiprocessing.
/external/python/cpython3/Lib/multiprocessing/spawn.py
9a76735b1dd427f4b7d6712ca3bb2b8958e689e8 17-Dec-2013 Nick Coghlan <ncoghlan@gmail.com> Close #19946: use runpy as needed in multiprocessing

- handles main files without a suffix
- handles main submodules properly
- adds test cases for the various kinds of __main__
/external/python/cpython3/Lib/multiprocessing/spawn.py
ca7ab7c7f10f27d8e3df3281c78180802d767358 13-Dec-2013 Brett Cannon <brett@python.org> Issue #19946: Raise ImportError when the main module cannot be found
by multiprocessing.spawn (before it was raising an AttributeError).
/external/python/cpython3/Lib/multiprocessing/spawn.py
b523f8433a8982e10eb41a3e2b37ee0e6d6a6e00 22-Nov-2013 Eric Snow <ericsnowcurrently@gmail.com> Implement PEP 451 (ModuleSpec).
/external/python/cpython3/Lib/multiprocessing/spawn.py
b1694cf588ca915c003b9b79c9fdeab82deb9476 16-Oct-2013 Richard Oudkerk <shibturn@gmail.com> 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.
/external/python/cpython3/Lib/multiprocessing/spawn.py
7d2d43c0b15b8062c9b5d672a78e653abe2e1d91 22-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Stop making fork server have copy of semaphore_tracker_fd.
/external/python/cpython3/Lib/multiprocessing/spawn.py
84ed9a68bd9a13252b376b21a9167dabae254325 14-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #8713: Support alternative start methods in multiprocessing on Unix.

See http://hg.python.org/sandbox/sbt#spawn
/external/python/cpython3/Lib/multiprocessing/spawn.py