]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions...
authorSteve Dower <steve.dower@python.org>
Mon, 12 Feb 2024 20:13:13 +0000 (20:13 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 20:13:13 +0000 (20:13 +0000)
commit7861dfd26a41e40c2b4361eb0bb1356b9b4a064b
treeefedf1257dbc2e4b6be5aaab340194d644d57a0b
parenta82fbc13d0e352b9af7d7ffbef4bc04cf635f07f
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
14 files changed:
Doc/c-api/long.rst
Doc/whatsnew/3.13.rst
Include/cpython/longobject.h
Lib/test/test_capi/test_long.py
Misc/NEWS.d/next/C API/2024-02-05-17-11-15.gh-issue-111140.WMEjid.rst [new file with mode: 0644]
Modules/_io/textio.c
Modules/_pickle.c
Modules/_randommodule.c
Modules/_sqlite/util.c
Modules/_struct.c
Modules/_testcapi/long.c
Modules/_tkinter.c
Modules/cjkcodecs/multibytecodec.c
Objects/longobject.c