cpython/Lib/multiprocessing
Richard Oudkerk 87ea780e8e Use Python 3.x-style keyword only arg in Array()
Previously a Python 2.x compatible hack was used for
multiprocessing.sharedctypes.Array().  Also the documented
signature was wrong.
2012-05-29 12:01:47 +01:00
..
dummy Merge 2012-05-25 13:04:20 +01:00
__init__.py Use Python 3.x-style keyword only arg in Array() 2012-05-29 12:01:47 +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 Make multiprocessing's shared memory use memoryview instead of raw pointer 2012-05-26 22:09:59 +01:00
managers.py Remove __getslice__, __setslice__, __delslice__ methods from proxies 2012-05-29 12:01:45 +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 Use Python 3.x-style keyword only arg in Array() 2012-05-29 12:01:47 +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