]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jul 2024 21:54:47 +0000 (23:54 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 21:54:47 +0000 (21:54 +0000)
commit5bb117586e7bec10420dc6e1434a8ebcfe7bc645
treee225db62358d766a54637d07c34da8e4d9eab587
parent85e9018a0124f0d2c0ac6686bd5be015e8adc9b7
[3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)

This fixes a mistake in gh-113012 and adds a test that verifies the fix.

(cherry picked from commit 35a67e36aa7cb0fc915771327f58bb0c70213867, AKA gh-121597)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/test_interpreters/test_channels.py
Modules/_interpchannelsmodule.c