]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 2 Dec 2022 17:39:17 +0000 (10:39 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 17:39:17 +0000 (10:39 -0700)
commitb4f35055496d918b42ff305b5d09ebd333204a69
tree69257efadd59c5216ae591e8ac1a0966303ca450
parent3c137dc613c860f605d3520d7fd722cd8ed79da6
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)

There were some minor issues that showed up while I was working on porting _xxsubinterpreters to multi-phase init. This fixes them.

https://github.com/python/cpython/issues/99741
Include/cpython/pystate.h
Include/internal/pycore_interp.h
Python/pystate.c