cpython/Lib/multiprocessing
Brian Curtin a6a3274aad Fix #9513 to remove relative imports from multiprocessing.
The test suite currently skips test_multiprocessing on Windows
because it fails on finding _multiprocessing in several
win32-specific blocks. Removing the relative import lets this
through and allows the test to run (and pass).
2010-08-04 15:47:24 +00:00
..
dummy
__init__.py Merged revisions 77794 via svnmerge from 2010-01-27 03:36:01 +00:00
connection.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
forking.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
heap.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
managers.py
pool.py Issue #7316: the acquire() method of lock objects in the :mod:threading 2010-04-14 15:44:10 +00:00
process.py Missing part from r78654 2010-03-04 16:10:55 +00:00
queues.py
reduction.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
sharedctypes.py
synchronize.py
util.py