diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 16:44:29 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 16:44:29 (GMT) |
commit | 1f38621a336932754b242cd4779e7d0545fd0dfe (patch) | |
tree | d3c1332eec7dc52188db3ef644933916a3cd5752 /Misc | |
parent | f9164e13fc10f3ea2e2e36b8eec96566867264f7 (diff) | |
download | cpython-1f38621a336932754b242cd4779e7d0545fd0dfe.zip cpython-1f38621a336932754b242cd4779e7d0545fd0dfe.tar.gz cpython-1f38621a336932754b242cd4779e7d0545fd0dfe.tar.bz2 |
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -950,6 +950,9 @@ Extension Modules Tests ----- +- Issue #11732: add a new suppress_crash_popup() context manager to test.support + that disables crash popups on Windows and use it in test_ctypes. + - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. - Issue #17249: convert a test in test_capi to use unittest and reap threads. |