SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 9 Python

bpo-35134: Add Include/cpython/longobject.h (GH-29044)

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()
V
Victor Stinner committed
5f09bb021a2862ba89c3ecb53e7e6e95a9e07e1d
Parent: aad88d3
Committed by GitHub <noreply@github.com> on 10/19/2021, 12:04:52 AM