]> granicus.if.org Git - python/commit
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Mar 2017 11:44:33 +0000 (13:44 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 11:44:33 +0000 (13:44 +0200)
commit9fbb65e6464b56c6d677090e185c9fe16a80ed96
treec2d6d513028f2cdc67c522670a83d5cd09006099
parent6c6186da42bf0080f273b439f06d2135f94a16d5
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)

Original patch by Matthias Bussonnier.
(cherry picked from commit 160edb43571311a3785785c1dfa784afc52d87be)
Python/ceval.c