[Patches] [ python-Patches-531480 ] Use new GC API (generators, iters, ...)

noreply@sourceforge.net noreply@sourceforge.net
Mon, 18 Mar 2002 12:09:24 -0800


Patches item #531480, was opened at 2002-03-18 13:38
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=531480&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neil Schemenauer (nascheme)
Assigned to: Guido van Rossum (gvanrossum)
Summary: Use new GC API (generators, iters, ...)

Initial Comment:
I just noticed that iterators, generators and method
objects are still using the old GC API.  I thought
I fixed these.  Is it possible that branch merging
backed out the changes?  Maybe my memory is bad.

Anyhow, this patch restores GC of these objects.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-18 15:09

Message:
Logged In: YES 
user_id=6380

Oops. I suggest you check this in, and mark it as a 2.2
bugfix candidate. We'll see what Michael says. :-)

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

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