Skip to content

bpo-32604: [_xxsubinterpreters] Add channel_send_wait(). - #19829

Closed
ericsnowcurrently wants to merge 7 commits into
python:mainfrom
ericsnowcurrently:channel-send-wait
Closed

bpo-32604: [_xxsubinterpreters] Add channel_send_wait().#19829
ericsnowcurrently wants to merge 7 commits into
python:mainfrom
ericsnowcurrently:channel-send-wait

Conversation

@ericsnowcurrently

@ericsnowcurrentlyericsnowcurrently commented May 1, 2020

Copy link
Copy Markdown
Member

This is an alternative to the approach in #19715.

Note that I have yet to add tests.

@benedwards14

https://bugs.python.org/issue32604

(Also gh-84570.)

@ericsnowcurrently

ericsnowcurrently commented Sep 18, 2023

Copy link
Copy Markdown
MemberAuthor

This out out-of-date. Furthermore, I think that returning a lock is unnecessary, and not returning one would simplify the change drastically. (See gh-110565.)

Sign up for freeto 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.

4 participants

@ericsnowcurrently@the-knights-who-say-ni@ezio-melotti@bedevere-bot