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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +827 ___ Python tracker ___ ___

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

2016-12-11 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

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

2016-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9e0c864157c by Xavier de Gaye in branch '3.6': Issue #28918: Fix the cross compilation of xxlimited when Python https://hg.python.org/cpython/rev/f9e0c864157c New changeset ff82dfd558df by Xavier de Gaye in branch 'default': Issue #28918: Merge

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

2016-12-09 Thread STINNER Victor
STINNER Victor added the comment: xxlimited_abiflags.patch LGTM. -- nosy: +haypo ___ Python tracker ___ ___

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

2016-12-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: Patch attached. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file45812/xxlimited_abiflags.patch ___ Python tracker

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

2016-12-09 Thread Xavier de Gaye
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