Message250944
/home/alex/Python-3.5.0/Modules/_ctypes/_ctypes.c:2062:15: error: ‘_PyThreadState_Current’ undeclared (first use in this function)
if (Py_EnterRecursiveCall("while processing _as_parameter_")) {
^
Ah yes, if you check the fix for C++ (changeset cb05b6d7aacd), I also had to modify pystate.h.
Please try pyatomic-2.patch which hides more CPython internals in public headers. |
|
| Date |
User |
Action |
Args |
| 2015-09-18 06:51:53 | vstinner | set | recipients:
+ vstinner, brett.cannon, axh |
| 2015-09-18 06:51:53 | vstinner | set | messageid: <[email protected]> |
| 2015-09-18 06:51:53 | vstinner | link | issue25150 messages |
| 2015-09-18 06:51:52 | vstinner | create | |
|