]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39737: Remove code repitition in list_richcompare (GH-18638)
authorsweeneyde <36520290+sweeneyde@users.noreply.github.com>
Wed, 26 Feb 2020 07:00:35 +0000 (02:00 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 07:00:35 +0000 (09:00 +0200)
commitbe7ead62db9a1db3e2cd997b0beffd4480e51f5c
tree6e01cef32c63ff201305eb29714adec87fa70f25
parent57c7a0bdf4f7da8cf47f797f075950f6b8c98b99
bpo-39737: Remove code repitition in list_richcompare (GH-18638)

I may speed up list comparison on some platforms.
Objects/listobject.c