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 martin.panter
Recipients benjamin.peterson, lukasz.langa, martin.panter, ncoghlan, ned.deily, steven.daprano, tds333, vstinner
Date 2016-10-09.21:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476049267.38.0.725924607206.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
For replacing macros, I think “static inline” may be fine, even with older compilers. Maybe these PyDTrace_ functions could also be static inline, since they were originally macros. Or do they really need to be linkable inline functions?
History
Date User Action Args
2016-10-09 21:41:07martin.pantersetrecipients: + martin.panter, ncoghlan, tds333, vstinner, benjamin.peterson, ned.deily, steven.daprano, lukasz.langa
2016-10-09 21:41:07martin.pantersetmessageid: <1476049267.38.0.725924607206.issue28092@psf.upfronthosting.co.za>
2016-10-09 21:41:07martin.panterlinkissue28092 messages
2016-10-09 21:41:07martin.pantercreate