-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
./python -m test test__xxinterpchannels -R 3:3
(...)
test__xxinterpchannels leaked [21, 21, 21] references, sum=63
Regression introduced by: commit a8f5dab
commit a8f5dab58daca9f01ec3c6f8c85e53329251b05d
Author: Eric Snow <[email protected]>
Date: Mon Oct 2 14:47:41 2023 -0600
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
* add RecvChannel.close() and SendChannel.close()
* make RecvChannel and SendChannel shareable
* expose ChannelEmptyError and ChannelNotEmptyError
Lib/test/support/interpreters.py | 30 +++++--
Lib/test/test_interpreters.py | 16 ++++
Modules/_xxinterpchannelsmodule.c | 185 +++++++++++++++++++++++++++++++++-----
3 files changed, 206 insertions(+), 25 deletions(-)
Example of build: https://buildbot.python.org/all/#/builders/320/builds/855
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done