[Python-bugs-list] [ python-Bugs-812353 ] a Py_DECREF() too much
SourceForge.net
noreply at sourceforge.net
Fri Sep 26 01:05:08 EDT 2003
Bugs item #812353, was opened at 2003-09-25 05:23
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812353&group_id=5470
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Armin Rigo (arigo)
>Assigned to: Jeremy Hylton (jhylton)
Summary: a Py_DECREF() too much
Initial Comment:
frameobject.c:PyFrame_FastToLocals() has a
Py_DECREF(locals) that shouldn't be done. It didn't get
noticed because it is in an unprobable path.
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-09-26 00:05
Message:
Logged In: YES
user_id=80475
Jeremy, this is your code fragment.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812353&group_id=5470
More information about the Python-bugs-list
mailing list