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

pyi parser does not support all variants of __all__ #568

Closed
rchen152 opened this issue Apr 23, 2020 · 1 comment
Closed

pyi parser does not support all variants of __all__ #568

rchen152 opened this issue Apr 23, 2020 · 1 comment
Assignees
Labels
bug cat: stubs and 3p type stubs and third-party types

Comments

@rchen152
Copy link
Contributor

Context: python/typeshed#3923

The pyi parser accepts: __all__: <annotation> or __all__ = [...] but not __all__ = <tuple> or __all__: <annotation> = ....

@rchen152 rchen152 added the bug label Apr 23, 2020
@rchen152 rchen152 self-assigned this Apr 23, 2020
@rchen152 rchen152 added the cat: stubs and 3p type stubs and third-party types label Jan 19, 2021
@rchen152
Copy link
Contributor Author

Closing this issue as it's unlikely that well support additional variations of __all__ at this point - the current pyi parser will soon be replaced by a typed_ast-based one, which shouldn't have the same parsing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cat: stubs and 3p type stubs and third-party types
Projects
None yet
Development

No branches or pull requests

1 participant