]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152009)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 14:46:05 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 14:46:05 +0000 (14:46 +0000)
commit7b765a47b83d9f5155c8fc7a6e54ab86e5e61600
tree046da212ae9f2a444a86d83b419ee92638dd0aaf
parent672825e2f36a57e173959b0d9d409d4560dab8df
[3.15] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152009)

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