Skip to content
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

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

petere
Copy link
Contributor

@petere petere commented Sep 7, 2018

Many type object initializations labeled a field tp_size in the comment, but the name of that field is tp_basicsize.

Many type object initializations labeled a field "tp_size" in the
comment, but the name of that field is tp_basicsize.
@miss-islington
Copy link
Contributor

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.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @petere and @benjaminp, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0e0bc4e221f592f305d335faf5f8046484eb9238 3.7

@miss-islington
Copy link
Contributor

Sorry, @petere and @benjaminp, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0e0bc4e221f592f305d335faf5f8046484eb9238 3.6

@miss-islington
Copy link
Contributor

Sorry, @petere and @benjaminp, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0e0bc4e221f592f305d335faf5f8046484eb9238 2.7

benjaminp pushed a commit that referenced this pull request Sep 10, 2018
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>
@bedevere-bot
Copy link

GH-9136 is a backport of this pull request to the 3.7 branch.

benjaminp pushed a commit that referenced this pull request Sep 10, 2018
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>
@bedevere-bot
Copy link

GH-9137 is a backport of this pull request to the 3.6 branch.

benjaminp pushed a commit that referenced this pull request Sep 10, 2018
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>
@bedevere-bot
Copy link

GH-9138 is a backport of this pull request to the 2.7 branch.

@petere petere deleted the fix-tp_size branch February 12, 2020 10:28
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.

6 participants