-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-3530: Use fix_missing_locations when node transformer adds nodes #17172
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
Conversation
@isidentical Please add news item with blurb or blurb-it(sp?). Suggestion: |
… with NodeTransformer
fb6cb47
to
7134861
Compare
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Co-Authored-By: Pablo Galindo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great work! 🎉
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
…FUMc.rst Co-Authored-By: Pablo Galindo <[email protected]>
Thanks @isidentical for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <[email protected]> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <[email protected]>
GH-17972 is a backport of this pull request to the 3.8 branch. |
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <[email protected]> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <[email protected]>
GH-17973 is a backport of this pull request to the 3.7 branch. |
…n the AST docs (GH-17172) Co-authored-by: Pablo Galindo <[email protected]> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <[email protected]>
…n the AST docs (GH-17172) Co-authored-by: Pablo Galindo <[email protected]> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <[email protected]>
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <[email protected]>
Remove misleading (inadequate) suggestion from example.
https://bugs.python.org/issue3530
Automerge-Triggered-By: @pablogsal