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
While testing with 3.13rc1 for a new [email protected] formula (Homebrew/homebrew-core#182840), an include error was found in Modules/clinic/_gdbmmodule.c.h. I believe the #include "pycore_modsupport.h" should become #include "internal/pycore_modsupport.h"
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/homebrew/opt/gdbm/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.13/include/python3.13 -c _gdbmmodule.c -o build/temp.macosx-15.0-arm64-cpython-313/_gdbmmodule.o
In file included from _gdbmmodule.c:60:
./clinic/_gdbmmodule.c.h:8:10: fatal error: 'pycore_modsupport.h' file not found
8 |#include "pycore_modsupport.h" // _PyArg_CheckPositional()| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
Bug report
Bug description:
While testing with 3.13rc1 for a new [email protected] formula (Homebrew/homebrew-core#182840), an include error was found in Modules/clinic/_gdbmmodule.c.h. I believe the #include "pycore_modsupport.h" should become #include "internal/pycore_modsupport.h"
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: