Message250944
| Author | vstinner |
|---|---|
| Recipients | axh, brett.cannon, vstinner |
| Date | 2015-09-18.06:51:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1442559113.23.0.212846310799.issue25150@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
/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. |
|
| History | |||
|---|---|---|---|
| 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: <1442559113.23.0.212846310799.issue25150@psf.upfronthosting.co.za> |
| 2015-09-18 06:51:53 | vstinner | link | issue25150 messages |
| 2015-09-18 06:51:52 | vstinner | create | |