Skip to content

Even more PyDoc_STR#109487

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

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

Conversation

@Gobot1234
Copy link
Contributor

@Gobot1234 Gobot1234 commented Sep 16, 2023

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
Contributor Author

@sobolevn would you mind reviewing this?

Copy link
Member

@sobolevn sobolevn left a comment

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).

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