]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 06:51:37 +0000 (07:51 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 06:51:37 +0000 (12:21 +0530)
commit16efe851292d3168a65e259e19e2cc96d0635de6
tree5c287e80b4895b34d56808d1a27082b7dc940911
parentfca010da5045eeabd52a2197ebe0b23debd12c86
[3.14] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (GH-142905) (#143627)

gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (GH-142905)
(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