]> granicus.if.org Git - python/commit
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Mar 2017 20:23:49 +0000 (23:23 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 20:23:49 +0000 (23:23 +0300)
commit7d5d13d8d003ae5b62bb8c9ef1d1f310eaabc506
tree0351bc800a0436804e45c36120d79b26578c9ff6
parent0a17e584461b14ff65ec287048f53911dbb22222
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)

objects when pass out of bound fold argument.
(cherry picked from commit 314d6fca36a4eaa0541218431d14804fadec6488)
Lib/test/datetimetester.py
Misc/NEWS
Modules/_datetimemodule.c