Skip to content

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

Merged
pablogsal merged 3 commits into
python:mainfrom
pablogsal:gh-92597
May 31, 2022
Merged

gh-92597: Ensure that AST nodes without explicit end positions can be compiled#93359
pablogsal merged 3 commits into
python:mainfrom
pablogsal:gh-92597

Conversation

@pablogsal

Copy link
Copy Markdown
Member

Closes: #92597

@pablogsalpablogsal added the needs backport to 3.11 only security fixes label May 30, 2022
@pablogsal
pablogsalforce-pushed the gh-92597 branch 4 times, most recently from 47bf959 to 4fa8695CompareMay 30, 2022 19:01
Comment threadParser/asdl_c.py
Comment threadParser/asdl_c.py
@nedbat

Copy link
Copy Markdown
Member

I can confirm that this fixes #93387.

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

Copy link
Copy Markdown
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
Copy Markdown

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

@bedevere-botbedevere-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 freeto 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

@pablogsal@nedbat@miss-islington@bedevere-bot@arhadthedev