-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-20182: AC convert Python/sysmodule.c #11328
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
bpo-20182: AC convert Python/sysmodule.c #11328
Conversation
Thanks for the quick and thorough review @serhiy-storchaka! I've resolved all of the issues you brought up, and would be happy if you took another look. |
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.
Thank you @taleinat. There is still an issue with the too long line. The rest LGTM.
@serhiy-storchaka, I've re-formatted all of the AC doc-strings in the files to have a maximum width of 72 characters. |
@serhiy-storchaka, good catches! I've resolved the final issues. |
https://bugs.python.org/issue20182