FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-92597: Ensure that AST nodes without explicit end positions can be compiled by pablogsal · Pull Request #93359 · python/cpython · GitHub

/ cpython Public

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

Copy link
Copy Markdown
Member

Closes: #92597

pablogsal requested a review from isidentical as a code owner May 30, 2022 18:29
pablogsal added the needs backport to 3.11 only security fixes label May 30, 2022
pablogsal requested a review from markshannon May 30, 2022 18:29
pablogsal force-pushed the gh-92597 branch 4 times, most recently from 47bf959 to 4fa8695 Compare May 30, 2022 19:01
Comment thread Parser/asdl_c.py
Comment thread Parser/asdl_c.py

nedbat commented May 31, 2022

Copy link
Copy Markdown
Member

I can confirm that this fixes #93387.

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

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>

Copy link
Copy Markdown

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

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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL