[issue11732] Skip decorator for tests requiring manual intervention on Windows

Ezio Melotti report at bugs.python.org
Thu Mar 7 17:51:43 CET 2013


Ezio Melotti added the comment:

GetErrorMode wasn't available on XP/2k3, so I changed the patch to use only SetErrorMode.  I also backported it to 3.2, since ctypes has the same crashing test of 3.3/default.
If I got everything right there shouldn't be anymore crash popups while running the tests, however I haven't tested this on 2.7/3.2, so there might be other popups that I missed.  If there are, feel free to reopen the issue.

----------
nosy: +terry.reedy
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11732>
_______________________________________


More information about the Python-bugs-list mailing list