Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Fix misleading mentions of tp_size in comments#9093
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Many type object initializations labeled a field "tp_size" in thecomment, 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 thecomment, but the name of that field is tp_basicsize..(cherry picked from commit0e0bc4e)Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
bedevere-bot commentedSep 10, 2018
GH-9136 is a backport of this pull request to the3.7 branch. |
Many type object initializations labeled a field "tp_size" in thecomment, but the name of that field is tp_basicsize..(cherry picked from commit0e0bc4e)Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
bedevere-bot commentedSep 10, 2018
GH-9137 is a backport of this pull request to the3.6 branch. |
Many type object initializations labeled a field "tp_size" in thecomment, but the name of that field is tp_basicsize..(cherry picked from commit0e0bc4e)Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
bedevere-bot commentedSep 10, 2018
GH-9138 is a backport of this pull request to the2.7 branch. |
Many type object initializations labeled a field
tp_sizein the comment, but the name of that field istp_basicsize.