[New-bugs-announce] [issue35322] test_datetime leaks memory

STINNER Victor report at bugs.python.org
Mon Nov 26 19:20:52 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

test_datetime currently leaks memory blocks:

test_datetime leaked [3, 4, 3] memory blocks, sum=10

Attached patch should be added to Lib/test/ to only run a minimum set of tests which reproduce the bug.

----------
files: datetimetester.py
messages: 330482
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_datetime leaks memory
Added file: https://bugs.python.org/file47948/datetimetester.py

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


More information about the New-bugs-announce mailing list