]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47009: Streamline list.append for the common case (GH-31864)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Fri, 1 Apr 2022 10:23:42 +0000 (06:23 -0400)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 10:23:42 +0000 (11:23 +0100)
commita0ea7a116ce52a178c02d42b684089758bd7f355
tree052ce2e531b12a0f3d2f8242a8a346c0ad9dadba
parentf877b40e3f7e0d97878884d80fbec879a85ab7e8
bpo-47009: Streamline list.append for the common case (GH-31864)
Include/internal/pycore_list.h
Misc/NEWS.d/next/Core and Builtins/2022-03-14-09-45-10.bpo-47009.ZI05b5.rst [new file with mode: 0644]
Objects/listobject.c
Python/ceval.c