]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
authorSteve Dower <steve.dower@python.org>
Fri, 28 Jun 2024 15:26:21 +0000 (16:26 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2024 15:26:21 +0000 (16:26 +0100)
commit2894aa14f22430e9b6d4676afead6da7c79209ca
tree19684e156c152deb1d36614bd2749ecd6a3a4792
parent81a654a3425eaa05a51342509089533c1f623f1b
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Doc/c-api/long.rst
Include/cpython/longobject.h
Lib/test/test_capi/test_long.py
Misc/NEWS.d/next/Core and Builtins/2024-06-28-10-02-58.gh-issue-121115.EeSLfc.rst [new file with mode: 0644]
Objects/longobject.c