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

Commits on Jul 17, 2021

  1. PEP 558: Update for fast locals proxy caching design changes

    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 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    4432b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46c1be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1afbca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cf3fdf View commit details
    Browse the repository at this point in the history