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 aponomarenko
Recipients aponomarenko
Date 2014-04-01.08:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396339821.73.0.473299529971.issue21120@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-01 08:10:21aponomarenkosetrecipients: + aponomarenko
2014-04-01 08:10:21aponomarenkosetmessageid: <1396339821.73.0.473299529971.issue21120@psf.upfronthosting.co.za>
2014-04-01 08:10:21aponomarenkolinkissue21120 messages
2014-04-01 08:10:21aponomarenkocreate