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 ehuss
Recipients
Date 2004-07-06.02:24:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=393416

To be honest, I didn't realize that _PyObject_GC_TRACK was 
being called in PyType_GenericAlloc in the type_new() 
function.  It was a problem with my code trying to make type 
objects.  Just have to remember to call gc_track early on.

History
Date User Action Args
2007-08-23 15:38:21adminlinkissue980475 messages
2007-08-23 15:38:21admincreate