]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126513: Use helpers for `_Py_Specialize_ConstainsOp` (#126517)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Wed, 6 Nov 2024 21:52:15 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 21:52:15 +0000 (13:52 -0800)
commit6e03ff2419a7faf514ad833dc513175c4f7e9bc7
treeb9e5db80238ac6f9059d78a795ea522aec608213
parent8fa4dc4ba8646c59f945f2451c53e2919f066065
gh-126513: Use helpers for `_Py_Specialize_ConstainsOp` (#126517)

* Use helpers for _Py_Specialize_ConstainsOp

* Remove unnecessary variable
Python/specialize.c