]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jan 2026 15:00:44 +0000 (17:00 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 15:00:44 +0000 (15:00 +0000)
commit149ecbb9a9e6e58a60c83783412de2c8dc0c9db9
tree45f8241e2dc8d5e5f6df500bdcbe0983fca8d8a7
parent343b5c4421de28d769596e1abacad00cd8cac622
[3.13] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (GH-142905) (GH-143871)

(cherry picked from commit a4086d7f89e5d388e4ffcdb13e4fba0255234286)

Co-authored-by: A.Ibrahim <abdulrasheedibrahim47@gmail.com>
Lib/test/test_context.py
Misc/NEWS.d/next/Core and Builtins/2025-12-17-19-45-10.gh-issue-142829.ICtLXy.rst [new file with mode: 0644]
Python/hamt.c