]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-142513: fix missing return in executor_clear (GH-143073)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 22 Dec 2025 17:10:52 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 17:10:52 +0000 (17:10 +0000)
commit700e9fad70da3f1da008c3231749e3861fbce897
tree3d4de341d8cbc3c83192c7ac84b2ca705defe737
parent487e91c1203d635c2871541a544a0e6269e50897
GH-142513: fix missing return in executor_clear (GH-143073)

fix missing return in executor_clear
Python/optimizer.c