Message321825
| Author |
pitrou |
| Recipients |
arekm, axh, brett.cannon, gul916, pitrou, python-dev, scoder, vstinner |
| Date |
2018年07月17日.13:38:57 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1531834737.74.0.56676864532.issue25150@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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;
^
""" |
|