]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142773)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Dec 2025 23:30:00 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 23:30:00 +0000 (23:30 +0000)
commitb9cbdde80d0d468dd40bbcef51a36db96ee15b9c
tree392814a659a036c2bab91f41157644b7b22d2309
parent88ac9956cd9bf71635e87c39feb49c5f2b513b1a
[3.14] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142773)

gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
(cherry picked from commit f277781bba684322dffffe45cd878f4652ccf7e4)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
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