[Python-bugs-list] [ python-Bugs-812353 ] a Py_DECREF() too much

SourceForge.net noreply at sourceforge.net
Tue Oct 21 14:14:40 EDT 2003


Bugs item #812353, was opened at 2003-09-25 10:23
Message generated for change (Comment added) made by jhylton
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: Closed
>Resolution: Fixed
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: Jeremy Hylton (jhylton)
Date: 2003-10-21 18:14

Message:
Logged In: YES 
user_id=31392

Fixed in rev 2.76 of frameobject.c.


----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-09-26 05: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