]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedN...
authorSteve Dower <steve.dower@python.org>
Mon, 21 Apr 2025 14:59:03 +0000 (15:59 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 14:59:03 +0000 (15:59 +0100)
commit09b624b80f54e1f97812981cfff9fa374bd5360f
tree5a49b9320b71c70281d1ca3b9bb114d1f2e2b3a7
parent70b322d3138311df53bc9fc57f174c8e9bdc2ab5
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)
Doc/data/stable_abi.dat
Include/cpython/longobject.h
Include/longobject.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-17-16-20-03.gh-issue-132639.zRVYU3.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c