Skip to content

Even more PyDoc_STR#109487

Closed
Gobot1234 wants to merge 4 commits into
python:mainfrom
Gobot1234:more-pydoc-str
Closed

Even more PyDoc_STR#109487
Gobot1234 wants to merge 4 commits into
python:mainfrom
Gobot1234:more-pydoc-str

Conversation

@Gobot1234

@Gobot1234 Gobot1234 commented Sep 16, 2023

Copy link
Copy Markdown
Contributor

Similar to #109393 I also chose to add this to StructSequences because they seem to be doing a similiar thing

Regex used ((PyGetSetDef|PyMemberDef|PyMethodDef|PyStructSequence_Field|PyStructSequence_Desc) .* = \{ [\s\S]* .*?"(?<!\))\}|\{Py_tp_doc, ")

Regex used ((PyGetSetDef|PyMemberDef|PyMethodDef|PyStructSequence_Field|PyStructSequence_Desc) .* = \{
[\s\S]*
.*?"(?<!\))\}|\{Py_tp_doc, ")
@rhettinger rhettinger removed their request for review September 28, 2023 02:30
@Gobot1234

Copy link
Copy Markdown
Contributor Author

@sobolevn would you mind reviewing this?

@sobolevn sobolevn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The diff was rather hard to review, since there are so many changed files.

Plus, this generates quite a lot of blame changes for important pieces of code.

(This is just a statement for others to keep in mind, I still think that this is a proper bug fix).

Comment thread Modules/_multiprocessing/semaphore.c Outdated
Comment thread Modules/_winapi.c Outdated
Comment thread Modules/_xxtestfuzz/_xxtestfuzz.c Outdated
Comment thread Modules/cjkcodecs/cjkcodecs.h Outdated
Comment thread Objects/fileobject.c Outdated
Comment thread Python/sysmodule.c Outdated
Comment thread Python/sysmodule.c Outdated
Comment thread Python/sysmodule.c Outdated
Comment thread Python/sysmodule.c Outdated
Comment thread Python/sysmodule.c Outdated
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@Gobot1234 Gobot1234 requested a review from sobolevn October 19, 2023 18:15
@Gobot1234 Gobot1234 closed this Oct 10, 2024
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