gh-122040: Reword Modules/xxmodule.c module-level comment#132201
gh-122040: Reword Modules/xxmodule.c module-level comment#132201picnixz merged 2 commits intopython:mainfrom
Modules/xxmodule.c module-level comment#132201Conversation
|
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 |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
Thank you for the fix! |
Modules/xxmodule.c module-level comment
|
Thanks @sonnyding1 for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…thonGH-132201) (cherry picked from commit af8d1b9) Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
…thonGH-132201) (cherry picked from commit af8d1b9) Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
|
GH-132207 is a backport of this pull request to the 3.13 branch. |
|
GH-132208 is a backport of this pull request to the 3.12 branch. |
|
Fixes #122040. As per the discussion in the issue, I have modified some comments that might cause confusion.
Modules/xxmodule.c#122040