]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
authorBartosz Sławecki <bartosz@ilikepython.com>
Mon, 15 Dec 2025 22:58:50 +0000 (23:58 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 22:58:50 +0000 (22:58 +0000)
commitf277781bba684322dffffe45cd878f4652ccf7e4
treea08bbd2f4a882f60bfc0bfbe87b341f633bee848
parent790a46a449bc1778d47fffa65308905ff43fe33e
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-15-15-01-21.gh-issue-142737.xYXzeB.rst [new file with mode: 0644]
Objects/call.c
Python/traceback.c