Skip to content

[3.10] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)#96592

Merged
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-200c9a8-3.10
Sep 5, 2022
Merged

[3.10] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)#96592
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-200c9a8-3.10

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 5, 2022

Copy link
Copy Markdown
Contributor

This doesn't happen naturally, but is allowed by the ASDL and compiler.
We don't want to change ASDL for backward compatibility reasons
(GH-57645, GH-92987)
(cherry picked from commit 200c9a8)

Co-authored-by: Shantanu 12621235+hauntsaninja@users.noreply.github.com

…GH-92992)

This doesn't happen naturally, but is allowed by the ASDL and compiler.
We don't want to change ASDL for backward compatibility reasons
(pythonGH-57645, pythonGH-92987)
(cherry picked from commit 200c9a8)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a failure ❌.

@miss-islington
miss-islington merged commit 6cc31af into python:3.10 Sep 5, 2022
@miss-islington
miss-islington deleted the backport-200c9a8-3.10 branch September 5, 2022 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants