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 Ilya.Kulakov
Recipients Ilya.Kulakov, r.david.murray, steve.dower, tnmurphy
Date 2015-10-11.05:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444541260.54.0.419137813259.issue24575@psf.upfronthosting.co.za>
In-reply-to
Content
Why is it important to hide these 2 macroses behind Py_BUILD_CORE?

Certain tools for embedding python may try to compile modules independently. I realize that it's not a problem of Python to take care of that, but in that particular case if hiding these 2 macroses behind Py_BUILD_CORE is not required, it may help to retain compatibility with such tools.
History
Date User Action Args
2015-10-11 05:27:40Ilya.Kulakovsetrecipients: + Ilya.Kulakov, r.david.murray, steve.dower, tnmurphy
2015-10-11 05:27:40Ilya.Kulakovsetmessageid: <1444541260.54.0.419137813259.issue24575@psf.upfronthosting.co.za>
2015-10-11 05:27:40Ilya.Kulakovlinkissue24575 messages
2015-10-11 05:27:40Ilya.Kulakovcreate