bpo-42197: Don't create `f_locals` dictionary unless we actually need it. by markshannon · Pull Request #32055 · python/cpython · GitHub
Skip to content
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
Make sure that modification to frame.f_locals outside of trace functi…
…on do not show up after tracing.
  • Loading branch information
markshannon committed Mar 25, 2022
commit c017590a96b8a9558923481884fa97d032ffb07b
7 changes: 7 additions & 0 deletions Python/sysmodule.c