Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-afdeb18-3.8
Sep 10, 2019
Merged

[3.8] bpo-38094: Remove unneeded assignment in PyBytes_Concat() (GH-15274)#15887
miss-islington merged 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) bpo-38094: [3.8] Remove unneeded assignment in PyBytes_Concat() (GH-15274) Sep 10, 2019
@gpshead gpshead changed the title bpo-38094: [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 commented Sep 10, 2019

Copy link
Copy Markdown
Member

no idea why bedevere wasn't seeing the bpo-38094 in the title.

@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington
miss-islington merged commit 98224d2 into python:3.8 Sep 10, 2019
@miss-islington
miss-islington deleted the backport-afdeb18-3.8 branch September 10, 2019 17:46
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