]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151773: Fix NULL dereference in `PyContextVar_Set` (#151836)
authordev <b.chouksey27@gmail.com>
Tue, 23 Jun 2026 14:15:15 +0000 (19:45 +0530)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 14:15:15 +0000 (17:15 +0300)
commitd35b1719a58c8682a22ef698e070e97661af8d14
tree8d362f80cd9dfc67771298d036b7ddc14066c041
parent5858e42c539dac8394636a6e9b30472b8994851f
gh-151773: Fix NULL dereference in `PyContextVar_Set` (#151836)
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