Message317404
Adding a low level callback based mechanism to ask another interpreter to do work seems like a good way to go to me.
As an example of why that might be needed, consider the case of sharing a buffer exporting object with another subinterpreter: when the memoryview in the subinterpreter is destroyed, it needs to request that the buffer view be released in the source interpreter that actually owns the original object. |
|
| Date |
User |
Action |
Args |
| 2018-05-23 13:17:57 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, pmpp, eric.snow, serhiy.storchaka, yselivanov |
| 2018-05-23 13:17:57 | ncoghlan | set | messageid: <[email protected]> |
| 2018-05-23 13:17:57 | ncoghlan | link | issue33608 messages |
| 2018-05-23 13:17:57 | ncoghlan | create | |
|