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.

Author arunarunarun
Recipients
Date 2006-06-28.07:41:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
[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?
History
Date User Action Args
2007-08-23 14:40:54adminlinkissue1513802 messages
2007-08-23 14:40:54admincreate