]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_S...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Dec 2025 18:28:37 +0000 (19:28 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 18:28:37 +0000 (18:28 +0000)
commit338bdb24156ddf5d6f9af9dee444f7c2644bd28f
tree7b8edcbd1a55c84b522964e25e2b45cc96abf472
parent547e38cf3a7b8d04642fbe611076ffebd53afbed
[3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142893)

gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874)
(cherry picked from commit e61a447d0e0753621e8fc347e99dfc87884d68ab)

Co-authored-by: sobolevn <mail@sobolevn.me>
Python/context.c