bpo-3530: Use fix_missing_locations when node transformer adds nodes#17172
Merged
Conversation
Member
|
@isidentical Please add news item with blurb or blurb-it(sp?). Suggestion: |
… with NodeTransformer
isidentical
force-pushed
the
bpo-3530
branch
from
November 17, 2019 08:53
fb6cb47 to
7134861
Compare
pablogsal
reviewed
Jan 12, 2020
pablogsal
reviewed
Jan 12, 2020
pablogsal
reviewed
Jan 12, 2020
pablogsal
reviewed
Jan 12, 2020
pablogsal
reviewed
Jan 12, 2020
Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
pablogsal
reviewed
Jan 12, 2020
pablogsal
reviewed
Jan 12, 2020
…FUMc.rst Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
Contributor
|
Thanks @isidentical for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 12, 2020
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
|
GH-17972 is a backport of this pull request to the 3.8 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 12, 2020
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
|
GH-17973 is a backport of this pull request to the 3.7 branch. |
shihai1991
pushed a commit
to shihai1991/cpython
that referenced
this pull request
Jan 31, 2020
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Closed
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove misleading (inadequate) suggestion from example.
https://bugs.python.org/issue3530
Automerge-Triggered-By: @pablogsal