Issue1520905
Created on 2006-07-12 01:18 by dgreiman, last changed 2006-08-01 18:17 by akuchling.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
test_subprocess_no_core.diff
|
dgreiman,
2006-07-12 01:18
|
Patch to Lib/test/test_subprocess.py (r50594) |
|
|
|
msg50672 - (view) |
Author: Douglas Greiman (dgreiman) |
Date: 2006-07-12 01:18 |
|
The test_run_abort() testcase in test_subprocess.py
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.
Tested on Red Hat Linux 9 on x86.
|
|
msg50673 - (view) |
Author: A.M. Kuchling (akuchling) |
Date: 2006-07-31 20:23 |
|
Logged In: YES
user_id=11375
From reading the patch, the fix looks good. Do you have
commit privileges, or do I need to check in the change?
|
|
msg50674 - (view) |
Author: Douglas Greiman (dgreiman) |
Date: 2006-07-31 20:35 |
|
Logged In: YES
user_id=1553997
No, I don't have commit privileges.
|
|
msg50675 - (view) |
Author: A.M. Kuchling (akuchling) |
Date: 2006-08-01 18:17 |
|
Logged In: YES
user_id=11375
Committed to trunk in rev.51021. Thanks for the patch!
|
|
| Date |
User |
Action |
Args |
| 2006-07-12 01:18:42 | dgreiman | create | |
|