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 mwh
Recipients
Date 2004-06-29.18:55:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

It's not quite as bad as you might think, because
add_subclass will stomp on a dead reference if it finds one.
 So the length of tp_subclasses is bounded by the number of
bases that exist at any one time, which doesn't seem too bad
to me.  Still, it would seem cleaner to do the removal at
type_dealloc time...
History
Date User Action Args
2008-01-20 09:57:00adminlinkissue980092 messages
2008-01-20 09:57:00admincreate