]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152011)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 14:39:29 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 14:39:29 +0000 (14:39 +0000)
commita1f31af280a5c56c9eb85e2de5251c3c1b0e8bd3
treed78198e40d93bf4ff58f60dc7587bbd2bfb06fae
parent771d12dda5140313db0ac550292987975651bbde
[3.13] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152011)

gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836)
(cherry picked from commit d35b1719a58c8682a22ef698e070e97661af8d14)

Co-authored-by: dev <b.chouksey27@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-21-16-00-00.gh-issue-151773.mN4kRt.rst [new file with mode: 0644]
Python/context.c