]> granicus.if.org Git - python/commitdiff
#11732: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 5 Mar 2013 18:33:38 +0000 (20:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 5 Mar 2013 18:33:38 +0000 (20:33 +0200)
1  2 
Lib/test/support.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 0a895a21337bb8da71acc475a72cd617e433a8b5,366500169925ff50b06d6317d9e89d802da26cd0..a0dd2f60f077aaa3fdf3bd52e9854594bd237054
+++ b/Misc/NEWS
@@@ -892,17 -640,14 +892,21 @@@ Extension Module
  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 #17283: Share code between `__main__.py` and `regrtest.py` in
 +  `Lib/test`.
 +
  - Issue #17249: convert a test in test_capi to use unittest and reap threads.
  
 +- Issue #17107: Test client-side SNI support in urllib.request thanks to
 +  the new server-side SNI support in the ssl module.  Initial patch by
 +  Daniel Black.
 +
  - Issue #17041: Fix testing when Python is configured with the
    --without-doc-strings.