-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-43163: Handle unclosed parentheses in codeop #24483
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
@terryjreedy please, feel free to suggest any new tests that you think it would be good to cover regarding this issue. |
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.
I verified that this works from IDLE. Looks good but I would like the suggested change.
When you're done making the requested changes, leave the comment: |
Co-authored-by: Terry Jan Reedy <[email protected]>
I though about additional tests and tried some things, which all passed, but I don't think any of them would be useful additions. For further testing, I might locally install Hypotheses and the associated random code generator and them run compile_command with valid, incomplete (snipped valid multiline code), and maybe invalid samples. |
https://bugs.python.org/issue43163