]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152010)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 14:41:31 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 14:41:31 +0000 (14:41 +0000)
commitb471b4a6bad62f0b237aa4cb86bf8f20481c129c
tree2bcc75305845055eceac5c3682eb8f5863af936a
parent79c06bd5c6afa3c440d50faf7ee1b147c8832b4c
[3.14] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152010)

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