]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 11 Nov 2024 21:49:41 +0000 (14:49 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 21:49:41 +0000 (14:49 -0700)
commitb697d8c48e5e47c37fdd5dd74de40dfb4d6c0d01
tree5a28ddf2d9e6e5c0bac0d18389308e7d37997583
parent3c6d2d123004d8e37a2111083e22e2a2c96dffd0
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)

This change makes it easier to backport the _interpreters, _interpqueues, and _interpchannels modules to Python 3.12.
Include/internal/pycore_crossinterp.h
Modules/_interpretersmodule.c
Python/crossinterp.c
Python/crossinterp_exceptions.h