]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 8 Oct 2013 21:04:32 +0000 (23:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 8 Oct 2013 21:04:32 +0000 (23:04 +0200)
commit77e904e6a6d8fefd8c6100ea33cf46fb69b45efd
tree4d28ca9d42d5f2ada23b443b4e26e8d23b2c49cc
parent3ebbb04af2c8d7bda2de941bf96205b154963316
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests.
Patch by Valerie Lambert and Zachary Ware.
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Lib/test/test_sys.py
Lib/test/test_threading.py