]> granicus.if.org Git - python/commit
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Mar 2017 19:48:16 +0000 (22:48 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 19:48:16 +0000 (22:48 +0300)
commit314d6fca36a4eaa0541218431d14804fadec6488
tree0e36bdd257a06afec8a8d9ecd791bd12f69158ec
parent06bb4873d6a9ac303701d08a851d6cd9a51e02a3
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)

objects when pass out of bound fold argument.
Lib/test/datetimetester.py
Misc/NEWS
Modules/_datetimemodule.c