Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
benjaminp merged 1 commit intopython:masterfrompetere:fix-tp_size
Sep 10, 2018

Conversation

@petere
Copy link
Contributor

Many type object initializations labeled a fieldtp_size in the comment, but the name of that field istp_basicsize.

Many type object initializations labeled a field "tp_size" in thecomment, 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 to3.7 due to a conflict.
Please backport usingcherry_picker on command line.
cherry_picker 0e0bc4e221f592f305d335faf5f8046484eb9238 3.7

@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

benjaminp pushed a commit that referenced this pull requestSep 10, 2018
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
Copy link

GH-9136 is a backport of this pull request to the3.7 branch.

benjaminp pushed a commit that referenced this pull requestSep 10, 2018
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
Copy link

GH-9137 is a backport of this pull request to the3.6 branch.

benjaminp pushed a commit that referenced this pull requestSep 10, 2018
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
Copy link

GH-9138 is a backport of this pull request to the2.7 branch.

@peterepetere deleted the fix-tp_size branchFebruary 12, 2020 10:28
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@rhettingerrhettingerAwaiting requested review from rhettinger

1 more reviewer

@auvipyauvipyauvipy approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@benjaminpbenjaminp

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@petere@miss-islington@bedevere-bot@auvipy@benjaminp@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp