Skip to content

[3.8] bpo-38094: Remove unneeded assignment in PyBytes_Concat() (GH-15274)#15886

Closed
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-afdeb18-3.8
Closed

[3.8] bpo-38094: Remove unneeded assignment in PyBytes_Concat() (GH-15274)#15886
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-afdeb18-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 10, 2019

Copy link
Copy Markdown
Contributor

The wb.len = -1 assignment is unneeded since its introduction in 161d695 as PyObject_GetBuffer always fills it in.
(cherry picked from commit afdeb18)

Co-authored-by: Sergey Fedoseev fedoseev.sergey@gmail.com

Automerge-Triggered-By: @gpshead

The `wb.len = -1` assignment is unneeded since its introduction in 161d695 as `PyObject_GetBuffer` always fills it in.
(cherry picked from commit afdeb18)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
@gpshead gpshead changed the title [3.8] Remove unneeded assignment in PyBytes_Concat() (GH-15274) [3.8] bpo-38094: Remove unneeded assignment in PyBytes_Concat() (GH-15274) Sep 10, 2019
@gpshead gpshead closed this Sep 10, 2019
@miss-islington
miss-islington deleted the backport-afdeb18-3.8 branch September 10, 2019 16:13
@miss-islington

Copy link
Copy Markdown
Contributor Author

@sir-sigurd and @gpshead: Status check is done, and it's a failure ❌ .

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.

5 participants