[Python-bugs-list] [ python-Bugs-519621 ] __slots__ may lead to undetected cycles

noreply@sourceforge.net noreply@sourceforge.net
Tue, 07 May 2002 04:39:21 -0700


Bugs item #519621, was opened at 2002-02-18 16:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=519621&group_id=5470

Category: Type/class unification
Group: None
Status: Open
Resolution: None
Priority: 6
Submitted By: Martin v. Löwis (loewis)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: __slots__ may lead to undetected cycles

Initial Comment:
Please see the attached script. It should print

Deleting
Deleted
done

[and actually does when you remove the cycle], but prints

Deleting
done



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

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