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 serhiy.storchaka
Recipients mark.dickinson, pitrou, serhiy.storchaka
Date 2012-09-17.20:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201209172309.37988.storchaka@gmail.com>
In-reply-to <1347908966.88.0.573674861316.issue15144@psf.upfronthosting.co.za>
Content
> Perhaps the three new macros should be made available in a .h file?
> (in which case they should be private, i.e. start with _).

Perhaps. There are similar macros in other files (Include/objimpl.h, 
Objects/obmalloc.c, Python/pyarena.c, Modules/expat/xmlparse.c).
History
Date User Action Args
2012-09-17 20:09:53serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou
2012-09-17 20:09:53serhiy.storchakalinkissue15144 messages
2012-09-17 20:09:52serhiy.storchakacreate