[issue32232] building extensions as builtins is broken in 3.7

Xavier de Gaye report at bugs.python.org
Fri Apr 20 10:33:06 EDT 2018


Xavier de Gaye <xdegaye at gmail.com> added the comment:

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.

----------
Added file: https://bugs.python.org/file47544/py_config_macros.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32232>
_______________________________________


More information about the Python-bugs-list mailing list