| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GH-101291: Add low level, unstable API for pylong (GH-101685) | Mark Shannon | 2023-05-21 | 1 | -0/+5 |
| | | | | Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
| * | bpo-35134: Add Include/cpython/longobject.h (GH-29044) | Victor Stinner | 2021-10-19 | 1 | -0/+95 |
| Move Include/longobject.h non-limited API to a new Include/cpython/longobject.h header file. Move the following definitions to the internal C API: * _PyLong_DigitValue * _PyLong_FormatAdvancedWriter() * _PyLong_FormatWriter() | |||||
