]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)
authorKumar Aditya <kumaraditya@python.org>
Tue, 8 Jul 2025 07:34:50 +0000 (13:04 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 07:34:50 +0000 (13:04 +0530)
commit89f06a38c07f8ad72611e3bb545484d71a8a8d1b
tree9ac79c52a41881ffad6b97f2890609bc623af668
parent5b78c85fb4cde94bb2637f683025ff71af76d48a
gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)
Python/ceval.c