Skip to content

bpo-46280: Minor code improvement flagged in subissues #324 and #325.#30445

Closed
rhettinger wants to merge 28 commits into
python:mainfrom
rhettinger:operator_code_nit
Closed

bpo-46280: Minor code improvement flagged in subissues #324 and #325.#30445
rhettinger wants to merge 28 commits into
python:mainfrom
rhettinger:operator_code_nit

Conversation

@rhettinger

@rhettinger rhettinger commented Jan 6, 2022

Copy link
Copy Markdown
Contributor

rhettinger and others added 28 commits March 15, 2021 21:12
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
Merge branch 'main' of github.com:python/cpython into main
Merge branch 'main' of github.com:python/cpython
Comment thread Modules/_operator.c
result = 0;
}
if (len_a != length) {
else {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See a comment at lines 756-757.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Thanks.

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.

4 participants