This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: __slots__ may lead to undetected cycles
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, loewis
Priority: high Keywords:

Created on 2002-02-18 21:51 by loewis, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
a.py loewis, 2002-02-18 21:52
Messages (2)
msg9316 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-02-18 21:51
Please see the attached script. It should print

Deleting
Deleted
done

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

Deleting
done

msg9317 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-06-04 19:53
Logged In: YES 
user_id=6380

Fixed.  I think I'll fix this in 2.2.x too.
History
Date User Action Args
2022-04-10 16:05:00adminsetgithub: 36122
2002-02-18 21:51:01loewiscreate