Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to