]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Jun 2024 15:52:26 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2024 15:52:26 +0000 (15:52 +0000)
commit58a3c3c0ad1f691810054fbc0feb8d9260e55fc2
tree57b50a83420146574368714a1af89254eebf7bfc
parent99de20d729c14c9ea062c205b55925305ed797b6
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)

(cherry picked from commit 2894aa14f22430e9b6d4676afead6da7c79209ca)

Co-authored-by: Steve Dower <steve.dower@python.org>
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