Skip to content

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
@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

2 participants