cpython/Lib/multiprocessing
Antoine Pitrou 79d37ae979 Clear potential ref cycle between Process and Process target (#2470)
* Clear potential ref cycle between Process and Process target

Besides Process.join() not being called, this was an indirect cause of bpo-30775.
The threading module already does this.

* Add issue reference
2017-06-28 12:29:08 +02:00
..
dummy
__init__.py
connection.py
context.py bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
forkserver.py Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 2017-06-24 19:22:23 +02:00
heap.py
managers.py
pool.py
popen_fork.py Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 2017-06-24 19:22:23 +02: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 Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 2017-06-24 19:22:23 +02:00
process.py Clear potential ref cycle between Process and Process target (#2470) 2017-06-28 12:29:08 +02:00
queues.py bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) 2017-06-10 13:10:13 +02:00
reduction.py
resource_sharer.py
semaphore_tracker.py
sharedctypes.py bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
spawn.py
synchronize.py
util.py bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) 2017-06-13 17:10:39 +02:00