[Python-bugs-list] [ python-Bugs-575715 ] Parts of 2.2.1 core use old gc API

noreply@sourceforge.net noreply@sourceforge.net
Sun, 30 Jun 2002 11:18:04 -0700


Bugs item #575715, was opened at 2002-06-30 14:18
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=575715&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Neil Schemenauer (nascheme)
Summary: Parts of 2.2.1 core use old gc API

Initial Comment:
At least generators, iterators, and bound method 
objects in 2.2.1 are using the 2.1 gc API internally 
(PyObject_GC_Init & friends), which collapses to a 
bunch of nops.  That's not intentional, right?  I'm 
tempted to call it a critical bug, except nobody has 
noticed <wink>.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=575715&group_id=5470