]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set...
authorA.Ibrahim <abdulrasheedibrahim47@gmail.com>
Fri, 9 Jan 2026 12:27:34 +0000 (13:27 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 12:27:34 +0000 (17:57 +0530)
commita4086d7f89e5d388e4ffcdb13e4fba0255234286
tree6baa876242401afe8c5705fb512bf403fbc46a63
parenta9ca49d9c699ce4040f1391d9054d88b4098466b
gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (#142905)
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