Message336500
| Author |
njs |
| Recipients |
arigo, eric.snow, ncoghlan, njs, vstinner |
| Date |
2019年02月25日.06:54:20 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1551077660.23.0.298611017273.issue35886@roundup.psfhosted.org> |
| In-reply-to |
| Content |
This broke cffi:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/opt/python/3.8-dev/include/python3.8m -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.8/c/_cffi_backend.o
In file included from c/cffi1_module.c:20:0,
from c/_cffi_backend.c:7552:
c/call_python.c: In function ‘_get_interpstate_dict’:
c/call_python.c:20:30: error: dereferencing pointer to incomplete type ‘PyInterpreterState {aka struct _is}’
builtins = tstate->interp->builtins;
^
error: command 'gcc' failed with exit status 1
I haven't investigated further but heads up. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2019年02月25日 06:54:20 | njs | set | recipients:
+ njs, arigo, ncoghlan, vstinner, eric.snow |
| 2019年02月25日 06:54:20 | njs | set | messageid: <1551077660.23.0.298611017273.issue35886@roundup.psfhosted.org> |
| 2019年02月25日 06:54:20 | njs | link | issue35886 messages |
| 2019年02月25日 06:54:20 | njs | create |
|