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 dholth
Recipients dholth
Date 2016-07-12.15:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468339187.51.0.412519931192.issue27499@psf.upfronthosting.co.za>
In-reply-to
Content
When compiling my cryptacular extension https://bitbucket.org/dholth/cryptacular I noticed -DPy_LIMITED_API -DPY_SSIZE_T_CLEAN creates a binary that does not actually use the limited api. This causes segfaults on Linux but does not appear to cause problems on Windows.

I found some emails suggestid PY_SSIZE_T_CLEAN was supposed to go away entirely?
History
Date User Action Args
2016-07-12 15:59:47dholthsetrecipients: + dholth
2016-07-12 15:59:47dholthsetmessageid: <1468339187.51.0.412519931192.issue27499@psf.upfronthosting.co.za>
2016-07-12 15:59:47dholthlinkissue27499 messages
2016-07-12 15:59:47dholthcreate