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

gh-92597: Ensure that AST nodes without explicit end positions can be compiled #93359

Merged
merged 3 commits into from
May 31, 2022

Conversation

pablogsal
Copy link
Member

Closes: #92597

@nedbat
Copy link
Member

nedbat commented May 31, 2022

I can confirm that this fixes #93387.

@pablogsal pablogsal merged commit 705eaec into python:main May 31, 2022
@pablogsal pablogsal deleted the gh-92597 branch May 31, 2022 23:00
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 31, 2022
…can be compiled (pythonGH-93359)

(cherry picked from commit 705eaec)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
@bedevere-bot
Copy link

GH-93397 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 31, 2022
miss-islington added a commit that referenced this pull request May 31, 2022
… compiled (GH-93359)

(cherry picked from commit 705eaec)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
LeMyst added a commit to LeMyst/WikibaseIntegrator that referenced this pull request Jun 1, 2022
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.

Crash on AST with misordered linenos
5 participants