]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
authorMark Shannon <mark@hotpy.org>
Wed, 1 May 2024 10:34:50 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Wed, 1 May 2024 10:34:50 +0000 (11:34 +0100)
commitf6fab21721c8aedc5dca97dbeb6292a067c19bf1
tree53f1c935bc1a956b45f826cb1302c24b285240a7
parent21c09d9f8195433f34b72ddfa25dd1bda3019ed7
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Include/cpython/optimizer.h
Objects/codeobject.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c