This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, doko, xdegaye
Date 2016-12-09.08:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481273483.19.0.548102187262.issue28918@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-12-09 08:51:23xdegayesetrecipients: + xdegaye, doko, Alex.Willmer
2016-12-09 08:51:23xdegayesetmessageid: <1481273483.19.0.548102187262.issue28918@psf.upfronthosting.co.za>
2016-12-09 08:51:23xdegayelinkissue28918 messages
2016-12-09 08:51:22xdegayecreate