Xavier de Gaye <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue32232> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
