[Python-checkins] [python/cpython] 7d5d13: bpo-29953: Fix memory leaks in the replace() metho...

GitHub noreply at github.com
Fri Mar 31 16:23:50 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 7d5d13d8d003ae5b62bb8c9ef1d1f310eaabc506
      https://github.com/python/cpython/commit/7d5d13d8d003ae5b62bb8c9ef1d1f310eaabc506
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M Lib/test/datetimetester.py
    M Misc/NEWS
    M Modules/_datetimemodule.c

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list