]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 22 May 2025 12:50:06 +0000 (06:50 -0600)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 12:50:06 +0000 (06:50 -0600)
commitd0eedfa10e5f8a4f34a899d2e744058ef4c66c1a
treee7b85ac5e3e726c80c1ab399cffa0bb8e28199b2
parentd706eb9e0f99924b628da4a8afe8e23cff8b801b
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)

This change includes some semi-related refactoring of queues and channels.
Lib/concurrent/futures/interpreter.py
Lib/test/support/interpreters/channels.py
Lib/test/support/interpreters/queues.py
Lib/test/test__interpchannels.py
Lib/test/test_interpreters/test_channels.py
Lib/test/test_interpreters/test_queues.py
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c
Modules/_interpreters_common.h
Python/crossinterp.c