[New-bugs-announce] [issue27499] PY_SSIZE_T_CLEAN conflicts with Py_LIMITED_API

Daniel Holth report at bugs.python.org
Tue Jul 12 11:59:47 EDT 2016


New submission from Daniel Holth:

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?

----------
components: Extension Modules
messages: 270252
nosy: dholth
priority: normal
severity: normal
status: open
title: PY_SSIZE_T_CLEAN conflicts with Py_LIMITED_API
versions: Python 3.5

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


More information about the New-bugs-announce mailing list