Message183504
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. |
|
| Date |
User |
Action |
Args |
| 2013-03-04 22:34:01 | ezio.melotti | set | recipients:
+ ezio.melotti, loewis, vstinner, sable, brian.curtin, skrah, catalin.iacob |
| 2013-03-04 22:34:01 | ezio.melotti | set | messageid: <[email protected]> |
| 2013-03-04 22:34:01 | ezio.melotti | link | issue11732 messages |
| 2013-03-04 22:34:01 | ezio.melotti | create | |
|