]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals...
authorMark Shannon <mark@hotpy.org>
Mon, 6 May 2024 21:21:06 +0000 (22:21 +0100)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 21:21:06 +0000 (21:21 +0000)
commit616b745b89a52a1d27123107718f85e65918afdc
tree3e0c5691ed679c3d0008f87da0e8661077934a6e
parent00d913c6718aa365027c6dcf850e8f40731e54fc
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639)

Also fix unrelated assert in debug Tier2/JIT builds.
Include/cpython/optimizer.h
Lib/test/test_capi/test_opt.py
Objects/frameobject.c
Python/bytecodes.c
Python/generated_cases.c.h