commit | a6d865c128dd46a067358e94c29ca2d84205ae89 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 25 09:29:50 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 25 09:29:50 2016 +0100 |
tree | 5ab1f1d1a8c37f022fa3ca6a4041fdccd3b96200 | |
parent | 47b4557679154a645780b2e44dd7a4a2c62b5d12 [diff] |
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.