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
Replace _PyLong_AsInt() with PyLong_AsInt() for Python 3.13+
The new public function `PyLong_AsInt()` has been introduced as part of
python/cpython#108444, which renames the
internal `_PyLong_AsInt()` to `PyLong_AsInt()`. This change updates the
code to use the new public API while maintaining compatibility with
Python versions earlier than 3.13.
FixesRogdham#13
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
0 commit comments