[issue25092] Regression: test_datetime fails on 3.5, Win 7, works on 3.4

Stefan Krah report at bugs.python.org
Mon Sep 14 18:26:02 CEST 2015


Stefan Krah added the comment:

Clearing is easy: errno = 0; :)


C library functions are not supposed to set errno to 0 by
themselves (C99: paragraph 7.5).

----------

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


More information about the Python-bugs-list mailing list