]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101291: Add low level, unstable API for pylong (GH-101685)
authorMark Shannon <mark@hotpy.org>
Sun, 21 May 2023 13:45:48 +0000 (14:45 +0100)
committerGitHub <noreply@github.com>
Sun, 21 May 2023 13:45:48 +0000 (14:45 +0100)
commit93923793f602ea9117f13bfac8cbe01a864eeb01
tree33657460417c68e16479212566385144a0d9d30a
parentab71acd67b5b09926498b8c7f855bdb28ac0ec2f
GH-101291: Add low level, unstable API for pylong (GH-101685)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/long.rst
Include/cpython/longintrepr.h
Include/cpython/longobject.h
Include/internal/pycore_long.h
Lib/test/test_capi/test_long.py [new file with mode: 0644]
Misc/NEWS.d/next/C API/2023-05-18-20-53-05.gh-issue-101291.ZBh9aR.rst [new file with mode: 0644]
Modules/_testcapi/long.c
Objects/longobject.c