Valerie Lambert added the comment:

I've added a new test that uses fork() and os.abort(), then asserts 
os.WCOREDUMP() is false. 
However, this test is currently failing. Is my test incorrect, or is this an 
issue with SuppressCoreFiles() itself?

If its a problem with the test I'm guessing it might have to do with how 
os.WCOREDUMP() decides whether a process has dumped its core or not. Is there 
another way we could go about this test?

----------
Added file: http://bugs.python.org/file31480/issue-18623_v3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to