]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clean up redundant ifdef in list getitem (#128257)
authorda-woods <dw-git@d-woods.co.uk>
Thu, 26 Dec 2024 14:40:48 +0000 (14:40 +0000)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 14:40:48 +0000 (14:40 +0000)
commit42f7a00ae8b6b3fa09115e24b9512216c6c8978e
treeffa9af3668586293c803891e466b3c55e29e0a5b
parent8a26c7b2af59b999ae41b8189295cc550f297f6e
Clean up redundant ifdef in list getitem (#128257)

It's already inside a `Py_GIL_DISABLED` block so the `#else` clause is always unused.
Objects/listobject.c