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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 04 Jun 2002 12:53:50 -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: Python 2.3
>Status: Closed
>Resolution: Fixed
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



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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-04 15:53

Message:
Logged In: YES 
user_id=6380

Fixed.  I think I'll fix this in 2.2.x too.

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

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