-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-101944: correct typo in the comment of PyModule_AddObjectRef
#129659
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
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
PyModule_AddObjectRef
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.
cc @vstinner
@@ -62,7 +62,7 @@ int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex) | |||
wchar_t *ptr; | |||
wchar_t option; | |||
|
|||
if (*opt_ptr == '\0') { |
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.
Why 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.
This is unrelated to the issue at hand, so please revert.
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 always want to make some almost useless modification to the source code when I study the CPython internals. If I submit a PR for every modification, it will waste a lot of time. So I will close this PR. I hope I will make some substantial contribution to CPython in the near future. Thank you for your time !
2025/2/9 9:50: I always want to make some almost useless modification to the source code when I study the CPython internals. If I submit a PR for every modification, it will waste a lot of time. So I will close this PR. I hope I will make some substantial contribution to CPython in the near future. Thank you for your time !