]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 2 Dec 2022 18:36:57 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 18:36:57 +0000 (11:36 -0700)
commit0547a981ae413248b21a6bb0cb62dda7d236fe45
tree284f9abff17da763537e6087b30452a6f4aeadc9
parentab02262cd0385a2fb5eb8a6ee3cedd4b4bb969f3
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)

This cleanup up resolves a few subtle bugs and makes the implementation for multi-phase init much cleaner.

https://github.com/python/cpython/issues/99741
Include/cpython/pystate.h
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c
Python/pystate.c