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
Thanks for reporting the issue! It's great that you catched the issue early, so it could be fixed quickly ;-) I added unit tests to prevent future similar regressions. Sadly, the C API is still not fully tested, as you can see.
/usr/local/include/python3.12/objimpl.h:134:46: error: expected ')' before '_PyObject_New'
134 | #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
| ~ ^~~~~~~~~~~~~
7ad6f74
This is not working for g++ 13
The text was updated successfully, but these errors were encountered: