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 izbyshev, vstinner
Date 2018-11-28.02:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543372086.15.0.788709270274.issue35322@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I see. unicode_encode_locale() has multiple bugs in the code handling errors :-(

I don't think that my commit 3d4226a832cabc630402589cc671cc4035d504e5 introduced the memory leak triggered by test_datetime, it seems older. Python 3.7 also has the bug in unicode_encode_locale(). The memory leak has been introduced by commit 7ed7aead9503102d2ed316175f198104e0cd674c, also written by me :-)
History
Date User Action Args
2018-11-28 02:28:06vstinnersetrecipients: + vstinner, izbyshev
2018-11-28 02:28:06vstinnersetmessageid: <1543372086.15.0.788709270274.issue35322@psf.upfronthosting.co.za>
2018-11-28 02:28:06vstinnerlinkissue35322 messages
2018-11-28 02:28:05vstinnercreate