Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Oct 2, 2023

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

@ericsnowcurrentlyericsnowcurrently merged commit a8f5dab into python:mainOct 2, 2023
@ericsnowcurrentlyericsnowcurrently deleted the channel-fix-module branch October 2, 2023 21:17
@vstinner
Copy link
Member

This change introduced a reference leak: #110300

@ericsnowcurrently
Copy link
MemberAuthor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ericsnowcurrently@vstinner