[issue18883] python-3.3.2-r2: Modules/xxlimited.c:17:error: #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG

Stefan Krah report at bugs.python.org
Fri Aug 30 16:19:07 CEST 2013


Stefan Krah added the comment:

Martin, msg196534 shows that you are building with -DPy_LIMITED_API=1.
You can either use the limited API or --with-pydebug, but not both.

[As I said in the other issue, IMHO it is better to use a minimal set
of build options when reporting bugs.]

----------

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


More information about the Python-bugs-list mailing list