diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2015-11-19 02:59:39 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2015-11-19 02:59:39 (GMT) |
commit | 2a6c2c9baa4bef29d605438c3e2ada01a240bdc3 (patch) | |
tree | a9d79b7928fc88f473884ca08207db601559b576 /Python/pystate.c | |
parent | 402803b642a011884d3c2cd0375e927ba2c6bf0c (diff) | |
download | cpython-2a6c2c9baa4bef29d605438c3e2ada01a240bdc3.zip cpython-2a6c2c9baa4bef29d605438c3e2ada01a240bdc3.tar.gz cpython-2a6c2c9baa4bef29d605438c3e2ada01a240bdc3.tar.bz2 |
Close #10128: don't rerun __main__.py in multiprocessing
- backports issue #10845's mitigation of incompatibilities between
the multiprocessing module and directory and zipfile execution
- Multiprocessing on Windows will now automatically skip rerunning top
level __main__.py modules in spawned processes, rather than failing
with AssertionError
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions