10000 gh-60115: Support frozen modules for linecache.getline() by gaogaotiantian · Pull Request #131638 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-60115: Support frozen modules for linecache.getline() #131638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add whatsnew entry
  • Loading branch information
gaogaotiantian committed Apr 2, 2025
commit 381adfb53bf9fc7c30e232f8008e907af84d0426
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,13 @@ json
(Contributed by Trey Hunner in :gh:`122873`.)


linecache
---------

* :func:`linecache.getline` can retrieve source code for frozen modules.
(Contributed by Tian Gao in :gh:`131638`.)


mimetypes
---------

Expand Down
Loading
0