]> granicus.if.org Git - python/commit
#11732: add a new suppress_crash_popup() context manager to test.support that disable...
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Mar 2013 16:44:29 +0000 (18:44 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Mar 2013 16:44:29 +0000 (18:44 +0200)
commit1f38621a336932754b242cd4779e7d0545fd0dfe
treed3c1332eec7dc52188db3ef644933916a3cd5752
parentf9164e13fc10f3ea2e2e36b8eec96566867264f7
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
Doc/library/test.rst
Lib/test/support.py
Lib/test/test_capi.py
Misc/NEWS