]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
authorBrandt Bucher <brandt@python.org>
Tue, 28 Dec 2021 17:49:48 +0000 (09:49 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Dec 2021 17:49:48 +0000 (09:49 -0800)
commit77195cd44b2506cda88a3cfc98918526068b1d46
tree30575945241f9b941e57395c82f25fbfefd13310
parent02b5417f1107415abaf81acab7522f9aa84269ea
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Include/internal/pycore_frame.h
Python/pystate.c