summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-05 18:26:17 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-05 18:26:17 (GMT)
commit25a404520da6c2560690e457404ea36f4aaa9344 (patch)
tree1148a86f226fa7edf326180cac3e94558ce4481f /Misc
parent884f0585a40d2e3203ee0512aa2f5a39ce660556 (diff)
downloadcpython-25a404520da6c2560690e457404ea36f4aaa9344.zip
cpython-25a404520da6c2560690e457404ea36f4aaa9344.tar.gz
cpython-25a404520da6c2560690e457404ea36f4aaa9344.tar.bz2
#11732: add a new suppress_crash_popup() context manager to test.support.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bc1784..3665001 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -640,6 +640,10 @@ Library
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_faulthandler and
+ 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.