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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
I called PyLong_CheckExact in zig and compilation fails. This error occurs with Python 3.10, and it seems to be fixed after Python 3.11: python/cpython#91768
Zig Version
tested with both 0.12 and 0.13
Steps to Reproduce and Observed Behavior
I called
PyLong_CheckExactin zig and compilation fails. This error occurs with Python 3.10, and it seems to be fixed after Python 3.11: python/cpython#91768An issue that might be related? #152
Expected Behavior
PyLong_CheckExactshould compiles.