]> granicus.if.org Git - python/commit
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
authorYury Selivanov <yury@magic.io>
Fri, 26 Jan 2018 22:24:52 +0000 (17:24 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2018 22:24:52 +0000 (17:24 -0500)
commit226e50049da43097d89e9e99f9c55f212d1f7bd5
tree8b7182050bd7ad56775e51ac89ed2c188b95df9d
parent43c47fe09640c579462978ec16f81295f5857cde
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)

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