[Patches] [ python-Patches-419176 ] Fix 418977: Properly trace cellobjects

noreply@sourceforge.net noreply@sourceforge.net
Mon, 07 May 2001 21:09:11 -0700


Patches item #419176, was updated on 2001-04-26 08:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=419176&group_id=5470

Category: core (C code)
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 6
Submitted By: Martin v. Löwis (loewis)
Assigned to: Jeremy Hylton (jhylton)
Summary: Fix 418977: Properly trace cellobjects

Initial Comment:
There were two errors in PyFrame_LocalsToFast: first,
it did not add the offset for cell and free vars.
Furthermore, when clearing a cell, not should the
cellobject be deallocated, but the object in the
cellobject.
This patch fixes both bugs.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=419176&group_id=5470