[Python-Dev] Should PY_SSIZE_T_CLEAN break Py_LIMITED_API?
Daniel Holth
dholth at gmail.com
Tue Jul 12 09:21:29 EDT 2016
More information about the Python-Dev mailing list
Tue Jul 12 09:21:29 EDT 2016
- Previous message (by thread): [Python-Dev] Status of Python 3.6 PEPs?
- Next message (by thread): [Python-Dev] Should PY_SSIZE_T_CLEAN break Py_LIMITED_API?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was using Py_LIMITED_API under 3.5 and PY_SSIZE_T_CLEAN was set, this causes some functions not in the limited api to be used and the resulting extension segfaults in Linux. Is that right? Thanks, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160712/d6e603a3/attachment.html>
- Previous message (by thread): [Python-Dev] Status of Python 3.6 PEPs?
- Next message (by thread): [Python-Dev] Should PY_SSIZE_T_CLEAN break Py_LIMITED_API?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list