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 2004-04-20.18:32:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

There's no need to provide the Py_X* versions, IMHO.  It's easy
enough (and faster) to write "obj != NULL && Py_IncRef(obj)" in
the extension module.
History
Date User Action Args
2007-08-23 15:37:19adminlinkissue938302 messages
2007-08-23 15:37:19admincreate