[issue35322] test_datetime leaks memory on Windows

STINNER Victor report at bugs.python.org
Wed Nov 28 06:47:37 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I tested manually that "python -m test test_datetime -R 3:3" pass on 3.7 and master branches.

Note: PyUnicode_DecodeLocale() is still untested, only _Py_DecodeLocaleEx() and _Py_EncodeLocaleEx() are tested.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35322>
_______________________________________


More information about the Python-bugs-list mailing list