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-39663: IDLE: Add additional tests for pyparse #18536
Conversation
This comment has been minimized.
This comment has been minimized.
Test failure is unrelated to this change. |
Looks good. I will factor out "is_char_in_string=lambda index: False" and add news items and when CI passes, merge and backport. |
ffda25f
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Feb 18, 2020
Thanks @csabella for the PR, and @terryjreedy for merging it |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Feb 18, 2020
I'm having trouble backporting to |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Feb 18, 2020
GH-18541 is a backport of this pull request to the 3.7 branch. |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Feb 18, 2020
Thanks @csabella for the PR, and @terryjreedy for merging it |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Feb 18, 2020
GH-18542 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
The unrelated macOS failure occurred again, but success seems to not currently be required. |
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
csabella commentedFeb 17, 2020
•
edited by bedevere-bot
Add test cases when
find_good_parse_start
would return 0 instead of None.https://bugs.python.org/issue39663