]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused...
authorsatori1995 <132636720+satori1995@users.noreply.github.com>
Wed, 10 Jul 2024 07:48:25 +0000 (15:48 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 07:48:25 +0000 (07:48 +0000)
commit9585a1a2a251aaa15baf6579e13dd3be0cb05f1f
tree9c07548b354b718022337a0f7218e230605fa921
parentf62161837e68c1c77961435f1b954412dd5c2b65
GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428)
Misc/NEWS.d/next/Core and Builtins/2024-07-08-02-24-55.gh-issue-121439.jDHod3.rst [new file with mode: 0644]
Objects/tupleobject.c