summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-07 16:44:29 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-07 16:44:29 (GMT)
commit1f38621a336932754b242cd4779e7d0545fd0dfe (patch)
treed3c1332eec7dc52188db3ef644933916a3cd5752 /Misc
parentf9164e13fc10f3ea2e2e36b8eec96566867264f7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9c78b3..8cbf191 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.