cpython/Lib/multiprocessing
Victor Stinner a6d865c128 Issue #25654:
* multiprocessing: open file with closefd=False to avoid ResourceWarning
* _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a
  previous test forgot to remove TESTFN)
* test_sys_exit(): remove TESTFN after each loop iteration

Initial patch written by Serhiy Storchaka.
2016-03-25 09:29:50 +01:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py Issue #25654: 2016-03-25 09:29:50 +01:00
heap.py
managers.py
pool.py Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. 2016-02-10 22:58:18 +00:00
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py Issue #25654: 2016-03-25 09:29:50 +01:00
queues.py
reduction.py
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py Fix typo in docstring of multiprocessing.spawn.spawn_main() 2016-01-07 19:02:55 +02:00
synchronize.py
util.py Issue #25654: 2016-03-25 09:29:50 +01:00