..
dummy
Issue #22033 : Reprs of most Python implemened classes now contain actual
2014-07-25 23:36:00 +03:00
__init__.py
…
connection.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
context.py
Issue #28779 : multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
2016-12-10 17:16:17 +01:00
forkserver.py
[3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) ( #1454 )
2017-05-04 17:12:35 +02:00
heap.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
managers.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
pool.py
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)
2017-03-29 12:50:28 +08:00
popen_fork.py
Issue #23285 : PEP 475 -- Retry system calls failing with EINTR.
2015-02-07 13:27:50 +00:00
popen_forkserver.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
popen_spawn_posix.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
popen_spawn_win32.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
process.py
[3.6] Clear potential ref cycle between Process and Process target (GH-2470) ( #2471 )
2017-06-28 13:08:20 +02:00
queues.py
[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) ( #1815 )
2017-05-25 16:57:46 +02:00
reduction.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
resource_sharer.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
semaphore_tracker.py
Issue #20976 : pyflakes: Remove unused imports
2014-03-20 09:16:38 +01:00
sharedctypes.py
Issue #28053 : Applying refactorings, docs and other cleanup to follow.
2016-09-09 18:03:10 -05:00
spawn.py
Issue #28779 : multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
2016-12-10 17:16:17 +01:00
synchronize.py
Issue #22033 : Reprs of most Python implemened classes now contain actual
2014-07-25 23:36:00 +03:00
util.py
[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) ( #2166 )
2017-06-13 17:51:26 +02:00