mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Move these private functions to the internal C API (pycore_long.h): * _PyLong_UnsignedInt_Converter() * _PyLong_UnsignedLongLong_Converter() * _PyLong_UnsignedLong_Converter() * _PyLong_UnsignedShort_Converter() Argument Clinic now emits #include "pycore_long.h" when these functions are used. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| common.py | ||
| errors.py | ||
| gcc.py | ||
| pure.py | ||