New submission from Serhiy Storchaka:

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.

----------
components: Extension Modules
messages: 290913
nosy: belopolsky, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Memory leak in the replace() method of datetime and time objects
type: resource usage
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to