Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-38871: Fix lib2to3 to be able to use in edge cases of filter #17780
Conversation
…filter
This comment has been minimized.
This comment has been minimized.
@benjaminp @pablogsal @isidentical: Would you mind to have a look? |
Misc/NEWS.d/next/Library/2020-01-01-18-44-52.bpo-38871.3EEOLg.rst
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 6, 2020
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
This comment has been minimized.
This comment has been minimized.
I have made the requested changes; please review again |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 7, 2020
Thanks for making the requested changes! @pablogsal: please review the changes made to this pull request. |
Misc/NEWS.d/next/Library/2020-01-01-18-44-52.bpo-38871.3EEOLg.rst
Outdated
Show resolved
Hide resolved
b821173
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 7, 2020
pythonGH-17780) Correctly parenthesize filter-based statements that contain lambda expressions in lib2to3. (cherry picked from commit b821173) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 7, 2020
GH-17899 is a backport of this pull request to the 3.8 branch. |
pythonGH-17780) Correctly parenthesize filter-based statements that contain lambda expressions in lib2to3. (cherry picked from commit b821173) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This comment has been minimized.
This comment has been minimized.
Thanks @corona10 for updating the NEWS entry. I rewrote the commit message. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 7, 2020
GH-17900 is a backport of this pull request to the 3.7 branch. |
This comment has been minimized.
This comment has been minimized.
Thanks for the PR, @corona10 ! |
corona10 commentedJan 1, 2020
•
edited
https://bugs.python.org/issue38871