Skip to content

Aliases for imported names is not tested in test_ast.py #101229

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

Closed
Eclips4 opened this issue Jan 22, 2023 · 0 comments
Closed

Aliases for imported names is not tested in test_ast.py #101229

Eclips4 opened this issue Jan 22, 2023 · 0 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Jan 22, 2023

Such cases as from bar import y as z and import bar as foo is not tested.

I think, it should be tested =)

Linked PRs

@Eclips4 Eclips4 added the type-bug An unexpected behavior, bug, or error label Jan 22, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 30, 2023
…1230)

(cherry picked from commit 28db978)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 30, 2023
…1230)

(cherry picked from commit 28db978)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
miss-islington added a commit that referenced this issue Jan 30, 2023
(cherry picked from commit 28db978)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
miss-islington added a commit that referenced this issue Jan 30, 2023
(cherry picked from commit 28db978)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants