Ezio Melotti added the comment:

Attached an updated patch:
- renamed the context manager from no_crash_popups to suppress_crash_popup, as 
suggested by Brian (I also made it singular, because there shouldn't be more 
than one crash/popup per call);
- used the context manager on all the crashing tests (test_capi and 
test_faulthandler);
- added documentation;

I tested it on Windows 7 and Linux (where it's a no-op), and according to MSDN 
it should work even on Windows XP.  If there aren't other comments I'll commit 
this soon.  If test_capi is also crashing on 2.7/3.2, I will probably backport 
it there too.

----------
Added file: http://bugs.python.org/file29309/nopopup2.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to