Skip to content

gh-129813: Fix typo in byteswriter_resize() - #156938

Open
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:writer_typo
Open

gh-129813: Fix typo in byteswriter_resize()#156938
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:writer_typo

Conversation

@vstinner

@vstinner vstinner commented Sep 4, 2026

Copy link
Copy Markdown
Member

The intent is to test "resize and overallocate", even if in practice "resize & overallocate" is the same (both variables are either 0 or 1). Use "&&" to better describe the intent of the test.

The intent is to test "resize and overallocate", even if in practice
"resize & overallocate" is the same (both variables are either 0 or
1). Use "&&" to better describe the intent of the test.
@vstinner vstinner added skip news needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants