New submission from STINNER Victor <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue35322> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
