mirror of
https://github.com/python/cpython.git
synced 2026-06-07 03:51:54 -04:00
3edcf743e8
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.