]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 5 Mar 2024 15:54:46 +0000 (08:54 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 15:54:46 +0000 (08:54 -0700)
commit4402b3cbcf8323bfa908ef86a687a5a7d46d27f3
treed14e09be12129a9548655a6ca14d6279ee5081b6
parentbdba8ef42b15e651dc23374a08143cc2b4c4657d
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)

This includes adding pickle support to various classes, and small changes to improve the maintainability of the low-level _xxinterpqueues module.
Lib/test/support/interpreters/__init__.py
Lib/test/support/interpreters/channels.py
Lib/test/support/interpreters/queues.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/test_channels.py
Lib/test/test_interpreters/test_queues.py
Modules/_interpreters_common.h
Modules/_xxinterpchannelsmodule.c
Modules/_xxinterpqueuesmodule.c