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 xdegaye
Recipients doko, eric.snow, ncoghlan, ned.deily, pablogsal, vstinner, xdegaye
Date 2018-04-20.14:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524234786.25.0.682650639539.issue32232@psf.upfronthosting.co.za>
In-reply-to
Content
To answer my own comment in PR 6489 about the interference of the pyconfig.h macros with the build of std lib extension modules, the py_config_macros.py script prints the list of pyconfig.h.in macros that are being used by the standard library extension modules that do not access the interpreter internals. The script prints:

errnomodule.c: const

So the conclusion is that this is not a problem.
History
Date User Action Args
2018-04-20 14:33:06xdegayesetrecipients: + xdegaye, doko, ncoghlan, vstinner, ned.deily, eric.snow, pablogsal
2018-04-20 14:33:06xdegayesetmessageid: <1524234786.25.0.682650639539.issue32232@psf.upfronthosting.co.za>
2018-04-20 14:33:06xdegayelinkissue32232 messages
2018-04-20 14:33:06xdegayecreate