Commit 4f59f1d
[3.13] Clean up redundant ifdef in list getitem (pythonGH-128257) (python#128276)
Clean up redundant ifdef in list getitem (pythonGH-128257)
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]>1 parent c30cad0 commit 4f59f1d
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | 376 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | 377 | | |
382 | 378 | | |
383 | 379 | | |
| |||
0 commit comments