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

gh-65961: Deprecate __cached__ #97990

Merged
merged 9 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. pythongh-65961: do not rely solely on __cached__

    Make sure `__spec__.cached` (at minimum) can be used.
    brettcannon committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    139c8ce View commit details
    Browse the repository at this point in the history
  2. Add a news entry

    brettcannon committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b1c4e2a View commit details
    Browse the repository at this point in the history
  3. Update What's New

    brettcannon committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2541729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d4ad1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1269dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f74e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e88550 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fd8b61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9f03d8 View commit details
    Browse the repository at this point in the history