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 jon
Recipients benjamin.peterson, jon
Date 2009-11-22.01:18:56
SpamBayes Score 0.00069110456
Marked as misclassified No
Message-id <1258852738.82.0.153500342364.issue7373@psf.upfronthosting.co.za>
In-reply-to
Content
That's true.  I thought it worked the same as the ADD_INT() macro I
replaced, but I see that I was wrong.

Given that, perhaps the original code is best.  I don't see a lot of
value in replacing PyModule_AddIntConstant() with PyModule_AddIntMacro()
within ADD_INT().
History
Date User Action Args
2009-11-22 01:18:59jonsetrecipients: + jon, benjamin.peterson
2009-11-22 01:18:58jonsetmessageid: <1258852738.82.0.153500342364.issue7373@psf.upfronthosting.co.za>
2009-11-22 01:18:57jonlinkissue7373 messages
2009-11-22 01:18:56joncreate