]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#135585)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Thu, 10 Jul 2025 11:16:01 +0000 (13:16 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 11:16:01 +0000 (13:16 +0200)
commitd754f75f42f040267d818ab804ada340f55e5925
treee6a55e6d8df2a4bc7c908671877a65bb065975da
parent85bc89f35f40c844df74d913fd32b2b1475fc942
gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#135585)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Core_and_Builtins/2025-06-17-08-37-45.gh-issue-82088.TgPvLg.rst [new file with mode: 0644]
Objects/longobject.c