Skip to content

bpo-39639: remove suite node #18513

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

Merged
merged 3 commits into from
Mar 4, 2020
Merged

bpo-39639: remove suite node #18513

merged 3 commits into from
Mar 4, 2020

Conversation

isidentical
Copy link
Member

@isidentical isidentical commented Feb 15, 2020

@brettcannon
Copy link
Member

I haven't touched the AST in a while, so it would be great if someone else can just double-check me. Otherwise, @isidentical , if no other review comes in by Friday just ping me and I will merge this.

Co-Authored-By: Brett Cannon <[email protected]>
Co-Authored-By: Pablo Galindo <[email protected]>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to change the PR title to " bpo-39639: Remove ast.Suite node class". It can be done when the PR is merged.

Co-Authored-By: Victor Stinner <[email protected]>
@isidentical isidentical requested a review from vstinner March 4, 2020 14:56
@pablogsal pablogsal merged commit d82e469 into python:master Mar 4, 2020
@vstinner
Copy link
Member

vstinner commented Mar 4, 2020

@isidentical: Thanks for the doc update, it's now well better ;-) Thanks also for clearing the old dust of from the early age of Python ;)

colesbury referenced this pull request in colesbury/nogil Oct 6, 2021
The AST "Suite" node is no longer used and it can be removed from the ASDL definition and related structures (compiler, visitors, ...).

Co-Authored-By: Victor Stinner <[email protected]>
Co-authored-by: Brett Cannon <[email protected]>
Co-authored-by: Pablo Galindo <[email protected]>
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.

7 participants