]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Clean up redundant ifdef in list getitem (GH-128257) (#128276)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Dec 2024 15:04:32 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 15:04:32 +0000 (15:04 +0000)
commit4f59f1d0d31522483fd881af5de3dadc0121401b
tree6e42948201532061f7b575f3e03b3ffd1a24a0df
parentc30cad06382d34f99e8d2512dad32e67a4bcf020
[3.13] Clean up redundant ifdef in list getitem (GH-128257) (#128276)

Clean up redundant ifdef in list getitem (GH-128257)

It's already inside a `Py_GIL_DISABLED` block so the `#else` clause is always unused.
(cherry picked from commit 42f7a00ae8b6b3fa09115e24b9512216c6c8978e)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Objects/listobject.c