Skip to content

gh-144446: Fix thread-safety of FrameLocalsProxy on executing frames - #156973

Draft
kumaraditya303 wants to merge 1 commit into
python:mainfrom
kumaraditya303:gh-144446-frame-locals
Draft

gh-144446: Fix thread-safety of FrameLocalsProxy on executing frames#156973
kumaraditya303 wants to merge 1 commit into
python:mainfrom
kumaraditya303:gh-144446-frame-locals

Conversation

@kumaraditya303

@kumaraditya303 kumaraditya303 commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Synchronize FrameLocalsProxy accesses with the frame's owning thread: accessors run under the frame object's critical section and stop the world when the frame is executing on another thread.

…rames

Synchronize FrameLocalsProxy accesses with the frame's owning thread:
accessors run under the frame object's critical section and stop the
world when the frame is executing on another thread.

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app bedevere-app Bot mentioned this pull request Sep 5, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant