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 nascheme
Recipients
Date 2001-08-19.19:59:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

I've brought the patch up to date.  I'm not sure if we
really need this patch.  The current approach works okay.
I think this patch improves things since more
details about the GC implementation are hidden.  This would
give us more freedom to change the implementation in the
future.  Also, I think the patch makes it easier for
extension types to support GC.  The patch is somewhat
backwards compatible now.  Types that use the old interface
will still compile but will not be GCed.
History
Date User Action Args
2007-08-23 15:05:06adminlinkissue421893 messages
2007-08-23 15:05:06admincreate