Skip to content
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

PEP 558: Update for fast locals proxy caching design changes #2035

Merged
merged 4 commits into from
Jul 17, 2021

Conversation

ncoghlan
Copy link
Contributor

Further implementation work on the fast locals proxy resulted
in treating the "f_locals" frame storage as an implicitly
updated cache, moreso than treating it as a dynamic snapshot.

Further implementation work on the fast locals proxy resulted
in treating the "f_locals" frame storage as an implicitly
updated cache, moreso than treating it as a dynamic snapshot.
@ncoghlan
Copy link
Contributor Author

@markshannon @njsmith As an FYI, I'm planning to send this version to python-dev tomorrow (hence the added publication date)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants