Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Oct 2, 2023

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Oct 2, 2023

  • add RecvChannel.close() and SendChannel.close()
  • make RecvChannel and SendChannel shareable
  • expose ChannelEmptyError and ChannelNotEmptyError

@ericsnowcurrently ericsnowcurrently merged commit a8f5dab into python:main Oct 2, 2023
16 checks passed
@ericsnowcurrently ericsnowcurrently deleted the channel-fix-module branch October 2, 2023 21:17
@vstinner
Copy link
Member

vstinner commented Oct 3, 2023

This change introduced a reference leak: #110300

@ericsnowcurrently
Copy link
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
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