← 返回首页
gh-76785: Module-level Fixes for test.support.interpreters by ericsnowcurrently · Pull Request #110236 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-76785: Module-level Fixes for test.support.interpreters#110236

Merged
ericsnowcurrently merged 9 commits into
python:mainfrom
ericsnowcurrently:channel-fix-module
Oct 2, 2023
Merged

gh-76785: Module-level Fixes for test.support.interpreters#110236
ericsnowcurrently merged 9 commits into
python:mainfrom
ericsnowcurrently:channel-fix-module

Conversation

ericsnowcurrently commented Oct 2, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member
  • add RecvChannel.close() and SendChannel.close()
  • make RecvChannel and SendChannel shareable
  • expose ChannelEmptyError and ChannelNotEmptyError

ericsnowcurrently merged commit a8f5dab into python:main Oct 2, 2023
ericsnowcurrently deleted the channel-fix-module branch October 2, 2023 21:17

vstinner commented Oct 3, 2023

Copy link
Copy Markdown
Member

This change introduced a reference leak: #110300

Copy link
Copy Markdown
Member Author

Any backport of this needs to include the changes from gh-110318.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…hongh-110236) * add RecvChannel.close() and SendChannel.close() * make RecvChannel and SendChannel shareable * expose ChannelEmptyError and ChannelNotEmptyError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.