8000 gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew by Fidget-Spinner · Pull Request #92552 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91345: Talk about sys._getframe compatibility in 3.11 whatsnew #92552

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 3 commits into from
May 9, 2022
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
Minimise diff
  • Loading branch information
Fidget-Spinner authored May 9, 2022
commit f8508aab5a0bf8b00fe031c736465fbc659ef556
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ holds execution information. The following are new frame optimizations:
- Streamlined the internal frame struct to contain only essential information.
Frames previously held extra debugging and memory management information.

Old-style frame objects are now created only when required by debuggers.
For most user code, no frame objects are created at all. As a result, nearly all
Old-style frame objects are now created only when required by debuggers. For
most user code, no frame objects are created at all. As a result, nearly all
Python functions calls have sped up significantly. We measured a 3-7% speedup
in pyperformance.

Expand Down
0