]> granicus.if.org Git - python/commit
[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Aug 2006 18:16:15 +0000 (18:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Aug 2006 18:16:15 +0000 (18:16 +0000)
commit86e1e38059c7f2a1d8bdc4123a1600bc7b7a0f79
tree9fe64ea43c721ccb0a5dbde7f410e2c2f142a589
parent11d68a6ac4aff428a1b680344962bfb444069453
[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
Patch by Douglas Greiman.

The test_run_abort() testcase produces a core file on Unix systems,
even though the test is successful. This can be confusing or alarming
to someone who runs 'make test' and then finds that the Python
interpreter apparently crashed.
Lib/test/test_subprocess.py