]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState` (GH...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 15 Nov 2022 00:35:37 +0000 (06:05 +0530)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 00:35:37 +0000 (16:35 -0800)
commitdc3e4350a5580bcc956312d1b20ca877d8f63215
treee6bad39db71859742257c1f267e3785bb7bbd110
parente874c2f1986ee01f53a9d9bdf26fa6979d8a6d35
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState` (GH-99385)
Include/cpython/pystate.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime_init.h
Python/pystate.c