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 serhiy.storchaka, vstinner
Date 2020-11-23.09:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606124315.34.0.930007195314.issue42431@roundup.psfhosted.org>
In-reply-to
Content
(Sorry, I need more coffee. New attempt.)

A C extension must define Py_BUILD_CORE macro or variant to include such header file. There is no intent to technically prevent to include a header file, only an intent to warn users that they should not do that unless they understand what they do.
History
Date User Action Args
2020-11-23 09:38:35vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-11-23 09:38:35vstinnersetmessageid: <1606124315.34.0.930007195314.issue42431@roundup.psfhosted.org>
2020-11-23 09:38:35vstinnerlinkissue42431 messages
2020-11-23 09:38:35vstinnercreate