[issue32232] building extensions as builtins is broken in 3.7

Nick Coghlan report at bugs.python.org
Tue Apr 17 06:55:02 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Even when statically linked, extension modules should *NOT* be getting built with `-DPy_BUILD_CORE`. That preprocessor definition is for CPython core core only, and we moved the headers to help make that 100% crystal clear.

----------

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


More information about the Python-bugs-list mailing list