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
connection.py
forking.py
heap.py
managers.py
pool.py
process.py
queues.py
reduction.py
sharedctypes.py
synchronize.py
util.py