This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:20njssetrecipients: + njs, arigo, ncoghlan, vstinner, eric.snow
2019-02-25 06:54:20njssetmessageid: <1551077660.23.0.298611017273.issue35886@roundup.psfhosted.org>
2019-02-25 06:54:20njslinkissue35886 messages
2019-02-25 06:54:20njscreate