]> granicus.if.org Git - python/commit
bpo-30860: Fix a refleak. (#3567)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 14 Sep 2017 07:35:58 +0000 (00:35 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 07:35:58 +0000 (00:35 -0700)
commitdae0276bb6bc7281d59fb0b8f1aab31634ee80dc
treed36e7b49ee6ef1cdb2a2384be568c8d28a7b0bb0
parent93c92f7d1dbb6e7e472f1d0444c6968858113de2
bpo-30860: Fix a refleak. (#3567)

Resolves bpo-31420.

(This was accidentally reverted when in #3565.)
Include/object.h
Include/pystate.h
Objects/object.c
Python/pylifecycle.c
Python/pystate.c
Python/pythonrun.c
Python/sysmodule.c