Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] Clean up redundant ifdef in list getitem (GH-128257) #128276

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

miss-islington
Copy link
Contributor

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

Co-authored-by: da-woods [email protected]

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

Co-authored-by: da-woods <[email protected]>
@kumaraditya303 kumaraditya303 merged commit 4f59f1d into python:3.13 Dec 26, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants