[issue28918] cross compiling xxlimited fails with "Py_LIMITED_API is incompatible with Py_DEBUG"

Xavier de Gaye report at bugs.python.org
Fri Dec 9 03:51:23 EST 2016


New submission from Xavier de Gaye:

This happens when the cross compilation is done with '--with-pydebug' while the native interpeter used to run setup.py has been built without it. The error message is:
    Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG

----------
assignee: xdegaye
components: Cross-Build
messages: 282771
nosy: Alex.Willmer, doko, xdegaye
priority: normal
severity: normal
stage: needs patch
status: open
title: cross compiling xxlimited fails with "Py_LIMITED_API is incompatible with Py_DEBUG"
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28918>
_______________________________________


More information about the Python-bugs-list mailing list