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 serhiy.storchaka
Recipients belopolsky, serhiy.storchaka
Date 2017-03-31.13:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490967865.61.0.513039272437.issue29953@psf.upfronthosting.co.za>
In-reply-to
Content
When pass out of bound keyword argument fold to datetime.datetime.replace() or datetime.time.replace(), ValueError is raised and just allocated object is leaked. Proposed patch fixes the leaks.
History
Date User Action Args
2017-03-31 13:44:25serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky
2017-03-31 13:44:25serhiy.storchakasetmessageid: <1490967865.61.0.513039272437.issue29953@psf.upfronthosting.co.za>
2017-03-31 13:44:25serhiy.storchakalinkissue29953 messages
2017-03-31 13:44:25serhiy.storchakacreate