diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-03-31 19:48:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 19:48:16 (GMT) |
commit | 314d6fca36a4eaa0541218431d14804fadec6488 (patch) | |
tree | 0e36bdd257a06afec8a8d9ecd791bd12f69158ec /Misc | |
parent | 06bb4873d6a9ac303701d08a851d6cd9a51e02a3 (diff) | |
download | cpython-314d6fca36a4eaa0541218431d14804fadec6488.zip cpython-314d6fca36a4eaa0541218431d14804fadec6488.tar.gz cpython-314d6fca36a4eaa0541218431d14804fadec6488.tar.bz2 |
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
objects when pass out of bound fold argument.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -301,6 +301,9 @@ Extension Modules Library ------- +- bpo-29953: Fixed memory leaks in the replace() method of datetime and time + objects when pass out of bound fold argument. + - bpo-29942: Fix a crash in itertools.chain.from_iterable when encountering long runs of empty iterables. |