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

functools: Add typing for decorated function arguments in cache API [take 2] #10523

Closed
wants to merge 8 commits into from

Commits on Jul 31, 2023

  1. Add typing for decorated function arguments in functools.cache() any …

    …functools.lru_cache()
    asvetlov authored and jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    89b145a View commit details
    Browse the repository at this point in the history
  2. Add missing types

    asvetlov authored and jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0a965e2 View commit details
    Browse the repository at this point in the history
  3. Fix instancemethods

    asvetlov authored and jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f612ee8 View commit details
    Browse the repository at this point in the history
  4. fix checher

    asvetlov authored and jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a942bea View commit details
    Browse the repository at this point in the history
  5. fix

    asvetlov authored and jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cc45bd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e591a5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89e9326 View commit details
    Browse the repository at this point in the history
  8. Reverting "implement suggested change from WMOkiishi" to see changes in

    primer.
    
    This reverts commit 89e9326.
    jakkdl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c179308 View commit details
    Browse the repository at this point in the history