Issue 40390: [subinterpreters] Implement _xxsubinterpreters.channel_send_wait()
Issue40390
Created on 2020-04-25 19:19 by benedwards14, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19715 | closed | benedwards14, 2020-04-25 19:25 | |
| Messages (3) | |||
|---|---|---|---|
| msg367280 - (view) | Author: Benjamin Edwards (benedwards14) * | Date: 2020-04-25 19:19 | |
When sending a message to another interpreter allow the caller to wait until the message has been received. |
|||
| msg367560 - (view) | Author: Eric Snow (eric.snow) * ![]() |
Date: 2020-04-28 19:41 | |
Thanks, Ben. I'll take a look. |
|||
| msg367859 - (view) | Author: Eric Snow (eric.snow) * ![]() |
Date: 2020-05-01 16:12 | |
Thanks for working on this, Ben! FWIW, I've put up a separate PR to demonstrate how I was thinking we would solve this: https://github.com/python/cpython/pull/19829. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:29 | admin | set | github: 84570 |
| 2020-05-15 00:39:23 | vstinner | set | components:
+ Subinterpreters, - Library (Lib) title: Implement _xxsubinterpreters.channel_send_wait(). -> [subinterpreters] Implement _xxsubinterpreters.channel_send_wait() |
| 2020-05-01 16:12:22 | eric.snow | set | messages: + msg367859 |
| 2020-04-28 19:41:19 | eric.snow | set | messages:
+ msg367560 components: + Library (Lib), - C API title: Implement a C API for channel_send_wait for subinterpreters. -> Implement _xxsubinterpreters.channel_send_wait(). |
| 2020-04-25 19:25:13 | benedwards14 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request19038 |
| 2020-04-25 19:19:24 | benedwards14 | create | |
