cpython/Lib/multiprocessing
Miss Islington (bot) 9c7727ba30
Fix two typos in multiprocessing (GH-19571) (GH-19579)
(cherry picked from commit c606624af8)

Co-authored-by: Galden <wudenggang0@163.com>

Co-authored-by: Galden <wudenggang0@163.com>
2020-04-18 09:24:05 +02:00
..
dummy bpo-5001: More-informative multiprocessing error messages (#3079) 2017-08-30 00:52:18 +02:00
__init__.py
connection.py [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) 2020-03-09 14:47:50 +00:00
context.py
forkserver.py [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) 2020-03-09 14:47:50 +00:00
heap.py bpo-5001: More-informative multiprocessing error messages (#3079) 2017-08-30 00:52:18 +02:00
managers.py Fix two typos in multiprocessing (GH-19571) (GH-19579) 2020-04-18 09:24:05 +02:00
pool.py [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) 2018-12-06 01:49:05 +01:00
popen_fork.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
popen_forkserver.py Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 2017-06-24 19:22:23 +02:00
popen_spawn_posix.py Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 2017-06-24 19:22:23 +02:00
popen_spawn_win32.py bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) 2020-01-28 21:29:16 +11:00
process.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
queues.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
reduction.py bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) (GH-9619) 2018-09-28 06:07:56 -07:00
resource_sharer.py [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136) 2019-05-06 13:55:19 -07:00
semaphore_tracker.py bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) 2017-11-03 14:31:38 +01:00
sharedctypes.py bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) 2017-11-28 22:54:42 +02:00
spawn.py bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) 2019-02-04 07:20:19 -08:00
synchronize.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
util.py [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) 2020-03-09 14:47:50 +00:00