]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90350: Optimize builtin functions min() and max() (GH-30286)
authorcolorfulappl <colorfulappl@qq.com>
Mon, 11 Dec 2023 19:27:06 +0000 (03:27 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 19:27:06 +0000 (21:27 +0200)
commit0066ab5bc58a036b3f448cd6f9bbdd92120e39ba
treefb1f0c8d2e291198885dd6c3c3f693cc2d753d1f
parentd70e27f25886e3ac1aa9fcc2d44dd38b4001d8bb
gh-90350: Optimize builtin functions min() and max() (GH-30286)

Builtin functions min() and max() now use METH_FASTCALL
Misc/NEWS.d/next/Core and Builtins/2023-12-11-19-53-32.gh-issue-90350.-FQy3E.rst [new file with mode: 0644]
Python/bltinmodule.c