]> granicus.if.org Git - python/commit
Remove a redundant XINCREF(value). This caused the reference count of
authorGuido van Rossum <guido@python.org>
Thu, 3 Apr 1997 18:31:43 +0000 (18:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Apr 1997 18:31:43 +0000 (18:31 +0000)
commit6191551ad6b122d49878843cb2aab8070f10c180
tree077f34d63804a6da6d54fe499574e51bc79ff235
parentd641d67b89a749832a99615eb70f73abc87eced2
Remove a redundant XINCREF(value).  This caused the reference count of
all locals to be upped by one when `from <module> import <whatever>'
was executed.
Objects/frameobject.c