[Python-checkins] [python/cpython] 0dadf5: bpo-29655: Fixed possible reference leaks in `impo...

GitHub noreply at github.com
Mon Feb 27 13:25:31 EST 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 0dadf56737f591c83d18db5e445960d39448583e
      https://github.com/python/cpython/commit/0dadf56737f591c83d18db5e445960d39448583e
  Author: Berker Peksag <berker.peksag at gmail.com>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M Python/ceval.c

  Log Message:
  -----------
  bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#349)

Patch by Matthias Bussonnier.

(cherry picked from commit 160edb43571311a3785785c1dfa784afc52d87be)




More information about the Python-checkins mailing list