]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121596: Fix Sharing Interpreter Channels (gh-121597)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 10 Jul 2024 21:31:09 +0000 (15:31 -0600)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 21:31:09 +0000 (21:31 +0000)
commit35a67e36aa7cb0fc915771327f58bb0c70213867
tree267ff2d3882acc6c1c12548b5c49db7897b6bee4
parent7641743d48b276de88a709ad40d715b6c5d7a2ea
gh-121596: Fix Sharing Interpreter Channels (gh-121597)

This fixes a mistake in gh-113012 and adds a test that verifies the fix.
Lib/test/test_interpreters/test_channels.py
Modules/_interpchannelsmodule.c