Files
cpython/Modules/_io
Victor Stinner 3edcf743e8 gh-106320: Remove private _PyLong_Sign() (#108743)
Move the private _PyLong_Sign() and _PyLong_NumBits() functions
to the internal C API (pycore_long.h).

Modules/_testcapi/long.c now uses the internal C API.
2023-09-01 09:13:07 +02:00
..
2023-05-15 09:26:27 +00:00