[issue1703178] link_objects in setup.cfg crashes build

2014-12-09 Thread Valerie Lambert
Valerie Lambert added the comment: Fixed the typo and reuploaded. Thanks for spotting that! -- Added file: http://bugs.python.org/file37403/build_ext_v2.patch ___ Python tracker <http://bugs.python.org/issue1703

[issue1703178] link_objects in setup.cfg crashes build

2014-10-10 Thread Valerie Lambert
Valerie Lambert added the comment: Here is a simple one-line-fix patch with a test. Except for the libraries option, other options separate using ':'. The documentation didn't seem to say much, so I wasn't sure if link_objects should be consistent with that or if it shoul

[issue18948] deliberately crashing tests should prevent core dumps

2013-09-13 Thread Valerie Lambert
Valerie Lambert added the comment: Oops! That was careless. Fixed. -- Added file: http://bugs.python.org/file31752/issue-18948_v2.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18948] deliberately crashing tests should prevent core dumps

2013-09-13 Thread Valerie Lambert
Valerie Lambert added the comment: Great! Thanks for putting together a list. I've incorporated SuppressCoreFiles into these tests and have used the test suite without any errors. Again, I'm testing these on Ubuntu. -- keywords: +patch Added file: http://bugs.python.org

[issue18623] Factor out the _SuppressCoreFiles context manager

2013-08-31 Thread Valerie Lambert
Valerie Lambert added the comment: Running through both your scripts on my machine (using Ubuntu) WCOREDUMP is always True (though I'll only be able to find a core file when ulimit is set to unlimited, as expected). Because there doesn't seem to be a good way to test this, I'

[issue18623] Factor out the _SuppressCoreFiles context manager

2013-08-26 Thread Valerie Lambert
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 g

[issue18623] Factor out the _SuppressCoreFiles context manager

2013-08-23 Thread Valerie Lambert
Valerie Lambert added the comment: Of course, here is the patch without the '--git' option. -- Added file: http://bugs.python.org/file31442/issue-18623_v2.patch ___ Python tracker <http://bugs.python.o

[issue18623] Factor out the _SuppressCoreFiles context manager

2013-08-22 Thread Valerie Lambert
Valerie Lambert added the comment: I have included a patch that moves _SuppressCoreFiles into test.support and a test that checks whether resource.RLIMIT_CORE is being properly set and reset. It would be nice if there was a more explicit way to test the creation of core files, however. The

[issue4885] mmap enhancement request

2013-08-02 Thread Valerie Lambert
Valerie Lambert added the comment: I just signed and sent the agreement electronically. Let me know if there is anything else I need to do. -- ___ Python tracker <http://bugs.python.org/issue4

[issue4885] mmap enhancement request

2013-08-01 Thread Valerie Lambert
Valerie Lambert added the comment: I've uploaded a patch to make mmap_obj support weakref. A test is included in the patch. -- keywords: +patch nosy: +lambertv Added file: http://bugs.python.org/file31115/issue-4885.patch ___ Python tracker