[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

Steve Dower report at bugs.python.org
Wed May 20 18:33:21 CEST 2015


Steve Dower added the comment:

_Py_*_SUPPRESS_IPH is the right thing to use here. It still displays an assertion dialog in debug builds, but ignoring it has the correct effect.

Patch attached for 3.5

----------
keywords: +patch
Added file: http://bugs.python.org/file39438/24244_1.patch

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


More information about the Python-bugs-list mailing list