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 scoder
Recipients andrewvaughanj, eric.smith, matrixise, scoder
Date 2021-04-12.19:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618255376.02.0.403108760346.issue43816@roundup.psfhosted.org>
In-reply-to
Content
These macros are a sort-of documented part of the C-API. At least, they were mentioned in a What's New document:

https://docs.python.org/3/whatsnew/2.7.html?highlight=py_isspace#build-and-c-api-changes

They were added here, for the Py2.7 release:

https://github.com/python/cpython/commit/8374981fb4d781d5ddbca313656bd3f32b49cef4

It looks to me like the header file should use "extern C".
@Eric, do you agree?
History
Date User Action Args
2021-04-12 19:22:56scodersetrecipients: + scoder, eric.smith, matrixise, andrewvaughanj
2021-04-12 19:22:56scodersetmessageid: <1618255376.02.0.403108760346.issue43816@roundup.psfhosted.org>
2021-04-12 19:22:56scoderlinkissue43816 messages
2021-04-12 19:22:55scodercreate