]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150454: Fix wrong-interpreter return in import_run_extension error path (#150455)
authorpengyu lee <lipengyu@kylinos.cn>
Fri, 29 May 2026 10:03:37 +0000 (18:03 +0800)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 10:03:37 +0000 (15:33 +0530)
commit686996e4d8a09ad5a301488894e3193e9a08a70f
tree62d9f143af7613d7f1fc455b83ab3d33d5ffe5c3
parent6ac4dc8fc9e6fa63f45a325e7e00534cac4a89d0
gh-150454: Fix wrong-interpreter return in import_run_extension error path (#150455)
Python/import.c