Skip to content

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

Closed
wants to merge 4 commits into from

Conversation

OccupyMars2025
Copy link

@OccupyMars2025 OccupyMars2025 commented Feb 4, 2025

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 !

@ghost
Copy link

ghost commented Feb 4, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Feb 4, 2025

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 skip news label instead.

@picnixz picnixz changed the title fixing a typo: correct the typo in the comment of PyModule_AddObjectRef gh-101944: correct typo in the comment of PyModule_AddObjectRef Feb 4, 2025
Copy link
Member

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Member

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.

Copy link
Author

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 !

@OccupyMars2025 OccupyMars2025 deleted the correct-typo branch February 9, 2025 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants