]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Oct 2025 16:26:38 +0000 (17:26 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 16:26:38 +0000 (09:26 -0700)
commit6d0e1c8478cbf3d16f7dd9ef3c947de8c9a46a11
tree1ccfc94243df380fe6809492da04f96623e93e9c
parentc45ab05a3ad779ba7316714eacae75d25944cd73
[3.14] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (GH-140377) (#140738)

gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (GH-140377)
(cherry picked from commit c41f84ff61c52e3ff7ef86b0c66208b29613d23d)

Co-authored-by: tconley1428 <tconley1428@gmail.com>
Lib/linecache.py
Misc/NEWS.d/next/Library/2025-10-28-17-43-51.gh-issue-140228.8kfHhO.rst [new file with mode: 0644]