]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set...
authorsobolevn <mail@sobolevn.me>
Wed, 17 Dec 2025 16:41:36 +0000 (19:41 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 16:41:36 +0000 (19:41 +0300)
commite61a447d0e0753621e8fc347e99dfc87884d68ab
tree4146b200b06fdf56457bd9e58f998d936e6012ae
parent77c8e6a2b8e206ea8151ab1b431e32f1cad51ddd
gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (#142874)
Python/context.c