This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [subinterpreters] Implement _xxsubinterpreters.channel_send_wait()
Type: enhancement Stage: patch review
Components: Subinterpreters Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: benedwards14, eric.snow
Priority: normal Keywords: patch

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) * (Python committer) Date: 2020-04-28 19:41
Thanks, Ben.  I'll take a look.
msg367859 - (view) Author: Eric Snow (eric.snow) * (Python committer) 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:29adminsetgithub: 84570
2020-05-15 00:39:23vstinnersetcomponents: + Subinterpreters, - Library (Lib)
title: Implement _xxsubinterpreters.channel_send_wait(). -> [subinterpreters] Implement _xxsubinterpreters.channel_send_wait()
2020-05-01 16:12:22eric.snowsetmessages: + msg367859
2020-04-28 19:41:19eric.snowsetmessages: + 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:13benedwards14setkeywords: + patch
stage: patch review
pull_requests: + pull_request19038
2020-04-25 19:19:24benedwards14create