-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
[subinterpreters] Implement _xxsubinterpreters.channel_send_wait() #84570
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
Labels
Comments
When sending a message to another interpreter allow the caller to wait until the message has been received. |
Thanks, Ben. I'll take a look. |
Thanks for working on this, Ben! FWIW, I've put up a separate PR to demonstrate how I was thinking we would solve this: #19829. |
This was referenced Oct 9, 2023
ericsnowcurrently
added a commit
that referenced
this issue
Oct 10, 2023
We had been faking it (poorly). We will add timeouts separately.
This was referenced Oct 16, 2023
ericsnowcurrently
added a commit
that referenced
this issue
Oct 16, 2023
This makes several subsequent changes cleaner.
ericsnowcurrently
added a commit
that referenced
this issue
Oct 17, 2023
ericsnowcurrently
added a commit
that referenced
this issue
Oct 17, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
This makes several subsequent changes cleaner.
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
There were a few things I did in pythongh-110565 that need to be fixed. I also forgot to add tests in that PR. (Note that this PR exposes a refleak introduced by pythongh-110246. I'll take care of that separately.)
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
This makes several subsequent changes cleaner.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
There were a few things I did in pythongh-110565 that need to be fixed. I also forgot to add tests in that PR. (Note that this PR exposes a refleak introduced by pythongh-110246. I'll take care of that separately.)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: