mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +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. |
||
|---|---|---|
| .. | ||
| _testconsole.c.h | ||
| _wmimodule.cpp.h | ||
| msvcrtmodule.c.h | ||
| winreg.c.h | ||
| winsound.c.h | ||