Skip to content

bpo-32436: Make PyContextVar_Get a little bit faster#5350

Merged
1st1 merged 1 commit intopython:masterfrom
1st1:speedup
Jan 26, 2018
Merged

bpo-32436: Make PyContextVar_Get a little bit faster#5350
1st1 merged 1 commit intopython:masterfrom
1st1:speedup

Conversation

@1st1
Copy link
Member

@1st1 1st1 commented Jan 26, 2018

Since context.c is compiled with Py_BUILD_CORE, using a macro
will result in a slightly more optimal code.

https://bugs.python.org/issue32436

Since context.c is compiled with Py_BUILD_CORE, using a macro
will result in a slightly more optimal code.
@1st1 1st1 merged commit 226e500 into python:master Jan 26, 2018
@bedevere-bot
Copy link

@web-flow: Please replace # with GH- in the commit message next time. Thanks!

@1st1 1st1 deleted the speedup branch January 26, 2018 22:24
@bedevere-bot
Copy link

@1st1: Please replace # with GH- in the commit message next time. 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.

3 participants