Message321825
Case in point: if I want to include "internal/pystate.h" from _pickle.c, I get the following error:
"""
In file included from ./Include/internal/pystate.h:12:0,
from /home/antoine/cpython/default/Modules/_pickle.c:10:
./Include/internal/ceval.h:14:5: error: unknown type name ‘_Py_atomic_int’
_Py_atomic_int calls_to_do;
^
""" |
|
| Date |
User |
Action |
Args |
| 2018-07-17 13:38:57 | pitrou | set | recipients:
+ pitrou, brett.cannon, arekm, scoder, vstinner, python-dev, axh, gul916 |
| 2018-07-17 13:38:57 | pitrou | set | messageid: <[email protected]> |
| 2018-07-17 13:38:57 | pitrou | link | issue25150 messages |
| 2018-07-17 13:38:57 | pitrou | create | |
|