-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add _interpreters to stdlib #12011
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
Comments
Have started to work on these, I'd imagine I'll have a PR up in the coming days. |
It might be easier to review if we first added some generated stubs using stubgen (if possible, using our wrapper script |
Does stubgen use dir()? _interpreters is purely a C extension |
Stubgen is able to introspect C extensions, yup (see https://github.com/python/mypy/blob/master/mypy/stubgenc.py for the implementation) |
Put up a first PR for |
We can close this out now @srittau. |
The
_interpreters
and_interpchannels
packages were added in 3.13b1 but are missing type annotations.Related #11990
I'd be happy to submit these sometime over the next week in a PR
The text was updated successfully, but these errors were encountered: