-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Fix misleading mentions of tp_size in comments #9093
Conversation
Many type object initializations labeled a field "tp_size" in the comment, but the name of that field is tp_basicsize.
Thanks @petere for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Sorry, @petere and @benjaminp, I could not cleanly backport this to |
Sorry, @petere and @benjaminp, I could not cleanly backport this to |
Sorry, @petere and @benjaminp, I could not cleanly backport this to |
Many type object initializations labeled a field "tp_size" in the comment, but the name of that field is tp_basicsize.. (cherry picked from commit 0e0bc4e) Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
GH-9136 is a backport of this pull request to the 3.7 branch. |
Many type object initializations labeled a field "tp_size" in the comment, but the name of that field is tp_basicsize.. (cherry picked from commit 0e0bc4e) Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
GH-9137 is a backport of this pull request to the 3.6 branch. |
Many type object initializations labeled a field "tp_size" in the comment, but the name of that field is tp_basicsize.. (cherry picked from commit 0e0bc4e) Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
GH-9138 is a backport of this pull request to the 2.7 branch. |
Many type object initializations labeled a field
tp_size
in the comment, but the name of that field istp_basicsize
.