Message215300
| 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: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 |
|