]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH-28469)
authorscoder <stefan_ml@behnel.de>
Tue, 21 Sep 2021 09:01:18 +0000 (11:01 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 09:01:18 +0000 (11:01 +0200)
commitdebd80403721b00423680328d6adf160a28fbff4
treee732523c9fdf4f49141bfd8e01052c47feecadeb
parent0bfa1106acfcddc03590e1f5d6789dbad3affe70
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH-28469)
Misc/NEWS.d/next/Core and Builtins/2021-09-20-10-02-12.bpo-24076.ZFgFSj.rst [new file with mode: 0644]
Python/bltinmodule.c