-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-39663: IDLE: Add additional tests for pyparse #18536
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
Test failure is unrelated to this change. |
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.
Looks good. I will factor out "is_char_in_string=lambda index: False" and add news items and when CI passes, merge and backport.
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
I'm having trouble backporting to |
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
GH-18541 is a backport of this pull request to the 3.7 branch. |
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-18542 is a backport of this pull request to the 3.8 branch. |
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 <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
Test when find_good_parse_start should return 0. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit ffda25f) Co-authored-by: Cheryl Sabella <[email protected]>
Add test cases when
find_good_parse_start
would return 0 instead of None.https://bugs.python.org/issue39663