]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Jul 2025 08:13:13 +0000 (10:13 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jul 2025 08:13:13 +0000 (11:13 +0300)
commitd86ca7b610fb8cf70796f40c51ef4f0332970a08
tree39e761e385f37f6674b9770fad4c13b38aa8a8b7
parent2b2cf81a6c84d24b9d669716d0fdccb923801941
[3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286) (#136333)

gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286)
(cherry picked from commit 06e347b84648f3f8e144e8f70671d610da082b77)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/concurrent/interpreters/__init__.py
Lib/concurrent/interpreters/_queues.py
Lib/test/support/channels.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/test_channels.py
Lib/test/test_interpreters/test_queues.py
Misc/NEWS.d/next/Library/2025-07-05-09-45-04.gh-issue-136286.N67Amr.rst [new file with mode: 0644]