Skip to content

bpo-34599: Improve performance of _Py_bytes_capitalize().#9083

Merged
benjaminp merged 2 commits into
python:masterfrom
sir-sigurd:bytes-capitalize
Sep 7, 2018
Merged

bpo-34599: Improve performance of _Py_bytes_capitalize().#9083
benjaminp merged 2 commits into
python:masterfrom
sir-sigurd:bytes-capitalize

Conversation

@sir-sigurd

@sir-sigurd sir-sigurd commented Sep 6, 2018

Copy link
Copy Markdown
Contributor

Comment thread Objects/bytes_methods.c Outdated
@@ -363,21 +363,9 @@ _Py_bytes_capitalize(char *result, const char *s, Py_ssize_t len)
{
Py_ssize_t i;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should be deleted.

@benjaminp benjaminp merged commit 593bb30 into python:master Sep 7, 2018
@sir-sigurd sir-sigurd deleted the bytes-capitalize branch September 7, 2018 05:05
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