[issue26622] test_winreg now logs "Windows exception: code 0x06ba" on Python 3.6

STINNER Victor report at bugs.python.org
Wed Mar 23 09:27:58 EDT 2016


STINNER Victor added the comment:

Ah, it looks like an exception contains flag, especially the EXCEPTION_NONCONTINUABLE flag. Maybe we can use this one to decide if we must log or not the exception?

By the way, is it better to log the exception code as hexadecimal (0x06ba) or decimal (1722)? Windows doc looks to prefer decimal.

----------

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


More information about the Python-bugs-list mailing list