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

GitHub noreply at github.com
Fri Mar 31 15:48:18 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 314d6fca36a4eaa0541218431d14804fadec6488
      https://github.com/python/cpython/commit/314d6fca36a4eaa0541218431d14804fadec6488
  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 time (#927)

objects when pass out of bound fold argument.




More information about the Python-checkins mailing list