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: Adopt Python level semantics from PEP 667 #2124

Merged
merged 3 commits into from
Dec 22, 2021

Commits on Oct 24, 2021

  1. PEP 558: Adopt Python level semantics from PEP 667

    * fast locals proxy never assumes the value cache is already up to date
    * operations become O(n) as required to avoid that assumption
    * remove `*View()` APIs from proposal due to algorithmic complexity issue
    * add Python pseudo-code to the PEP 667 comparison section
    * reword PEP 667 comparison section to focus on the remaining differences
      in the C API proposal
    ncoghlan committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    e70b17a View commit details
    Browse the repository at this point in the history
  2. Fix syntax typo

    ncoghlan committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    78003d4 View commit details
    Browse the repository at this point in the history
  3. More wording tweaks

    ncoghlan committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    d86312a View commit details
    Browse the repository at this point in the history