]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues Module...
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 21 Oct 2024 19:39:07 +0000 (13:39 -0600)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 19:39:07 +0000 (19:39 +0000)
commit44f841f01af0fb038e142a07f15eda1ecdd5b08a
tree37a3fcc160bebf70dc7c2d152e79c8b7a6314ae1
parent9dde4638e44639d45bd7d72e70a8d410995a585a
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues Module (gh-125802)

The fix applies to the _interpchannels module as well.

I've also included a drive-by typo fix for _interpqueues.
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c