This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2018-11-27.00:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543278052.7.0.788709270274.issue35322@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-27 00:20:52vstinnersetrecipients: + vstinner
2018-11-27 00:20:52vstinnersetmessageid: <1543278052.7.0.788709270274.issue35322@psf.upfronthosting.co.za>
2018-11-27 00:20:52vstinnerlinkissue35322 messages
2018-11-27 00:20:52vstinnercreate