You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building with --enable-pystats, you can't build any C extensions because Python.h includes pycode_uop_ids.h (indirectly).
In file included from /home/mdboom/Work/builds/cpython/Include/pystats.h:16,
from /home/mdboom/Work/builds/cpython/Include/Python.h:65,
from src/_imagingmorph.c:14:
/home/mdboom/Work/builds/cpython/Include/cpython/pystats.h:22:10: fatal error: pycore_uop_ids.h: No such file or directory
22 | #include "pycore_uop_ids.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
Bug report
Bug description:
After building with
--enable-pystats
, you can't build any C extensions becausePython.h
includespycode_uop_ids.h
(indirectly).CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: