Message215300
Hi all,
The PyArena data type is defined in the pyarena.h under the #ifndef Py_LIMITED_API statement, so it's not included in the limited api. But this type is used in Python-ast.h, ast.h and asdl.h headers that included in the limited api, because they don't contain any checks for Py_LIMITED_API.
May be all these header files (Python-ast.h, ast.h, asdl.h) should begin with "#ifndef Py_LIMITED_API" (excluded from the limited api)?
Thanks. |
|
Date |
User |
Action |
Args |
2014-04-01 08:10:21 | aponomarenko | set | recipients:
+ aponomarenko |
2014-04-01 08:10:21 | aponomarenko | set | messageid: <1396339821.73.0.473299529971.issue21120@psf.upfronthosting.co.za> |
2014-04-01 08:10:21 | aponomarenko | link | issue21120 messages |
2014-04-01 08:10:21 | aponomarenko | create | |
|