Bugs item #1513802, was opened at 2006-06-28 07:41 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1513802&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Interpreter Core Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Arun (arunarunarun) Assigned to: Nobody/Anonymous (nobody) >Summary: __del__: Type is cleared before instances Initial Comment: [Python n00b alert] I'm trying this little script, and I see an exception like: Exception exceptions.AttributeError: "'NoneType' object has no attribute 'refcount'" in <bound method Shape.__del__ of Line> ignored If I change the variable name 's1' to something like 's4', I don't see this exception. Also, if I manually delete the object before the script ends, the exception does not occur. Seems that class Shape is destroyed before all it's objects are destroyed. Is this acceptable? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1513802&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com