[Python-checkins] [python/cpython] ab1cb8: bpo-30547: Fix multiple reference leaks (#1995)

GitHub noreply at github.com
Thu Jun 8 07:13:21 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: ab1cb80b435a34e4f908c97cd2f3a7fe8add6505
      https://github.com/python/cpython/commit/ab1cb80b435a34e4f908c97cd2f3a7fe8add6505
  Author: Stéphane Wirtel <stephane at wirtel.be>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M Python/pylifecycle.c

  Log Message:
  -----------
  bpo-30547: Fix multiple reference leaks (#1995)

Fix regressions introduced by:

- bpo-22257: commits 1abcf6700b4da6207fe859de40c6c1bada6b4fec and 6b4be195cd8868b76eb6fbe166acc39beee8ce36

Co-Authored-By: Victor Stinner <victor.stinner at gmail.com>
Co-Authored-By: Louie Lu <git at louie.lu>




More information about the Python-checkins mailing list