asyncstdlib
asyncstdlib copied to clipboard
Improvements and cleanup for typing
This PR is for maintenance on typing support.
- typing bug fixes:
-
ExitStack.pushcallables now match the proper... | Noneinstead of just...
-
- improved support for matching callables and their parameter types
-
functools.lru_cachepreserves method parameters
-
- promote various
(...) -> (await) boolarguments to just(...) -> Anysince anything is boolean - add various missing
@overloadcases