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;
^
""" |
|
| History | |||
|---|---|---|---|
| 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: <1531834737.74.0.56676864532.issue25150@psf.upfronthosting.co.za> |
| 2018-07-17 13:38:57 | pitrou | link | issue25150 messages |
| 2018-07-17 13:38:57 | pitrou | create | |