]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 17:04:39 +0000 (18:04 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 17:04:39 +0000 (17:04 +0000)
commit5e1a9c8392f5da173a44cf3b7007836789ac6885
tree0d182139571208af06a66e5233384984e21e9427
parent42513a237f966f779abd482652f89614eef78756
[3.13] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142894)

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