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-29.17:47:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

Changes in this version:

  * Rename PyObject_GC_Ignore to PyObject_GC_UnTrack.

  * Documention new functions

  * Revert collection from inside ceval change.

  * Add TRACK/UNTRACK macros (should not be used by extensions
    otherwise modules compiled with a different
WITH_CYCLE_GC setting
    will break).

Are the TRACK/UNTRACK macros a good idea?  I think they give a
measurable speed increase.
 
History
Date User Action Args
2007-08-23 15:05:06adminlinkissue421893 messages
2007-08-23 15:05:06admincreate