Message317404
| Author | ncoghlan |
|---|---|
| Recipients | eric.snow, ncoghlan, pmpp, serhiy.storchaka, vstinner, yselivanov |
| Date | 2018-05-23.13:17:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527081477.65.0.682650639539.issue33608@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1527081477.65.0.682650639539.issue33608@psf.upfronthosting.co.za> |
| 2018-05-23 13:17:57 | ncoghlan | link | issue33608 messages |
| 2018-05-23 13:17:57 | ncoghlan | create | |