cpython/Lib/multiprocessing
Richard Oudkerk 739ae5692e Issue #14548: Make multiprocessing finalizers check pid before running
This protects from possibilty of gc running just after fork.
2012-05-25 13:54:53 +01:00
..
dummy Merge 2012-05-25 13:04:20 +01:00
__init__.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
connection.py Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 2012-05-10 16:11:12 +01:00
forking.py #12098: Make multiprocessing's child processes inherit sys.flags on Windows 2012-05-18 14:28:02 +01:00
heap.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
managers.py Make AcquirerProxy.acquire() support timeout argument 2012-05-06 16:45:02 +01:00
pool.py Issue #12091: simplify ApplyResult and MapResult with threading.Event 2012-05-25 13:26:53 +01:00
process.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
queues.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
reduction.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
sharedctypes.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
synchronize.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
util.py Issue #14548: Make multiprocessing finalizers check pid before running 2012-05-25 13:54:53 +01:00