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 vstinner
Recipients methane, vstinner
Date 2018-11-14.10:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542190031.81.0.788709270274.issue35230@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. I almost started my project to convert macros to static inline functions just to remove ugly things like:

#define _Py_REF_DEBUG_COMMA ,


(Well, there are other reasons to move to proper functions.)
History
Date User Action Args
2018-11-14 10:07:11vstinnersetrecipients: + vstinner, methane
2018-11-14 10:07:11vstinnersetmessageid: <1542190031.81.0.788709270274.issue35230@psf.upfronthosting.co.za>
2018-11-14 10:07:11vstinnerlinkissue35230 messages
2018-11-14 10:07:11vstinnercreate