Re: [Python-Dev] About the future of multi-process Python

2019年2月07日 10:23:30 -0800

On 2019年02月06日, Antoine Pitrou wrote:
> For maximum synergy between these initiatives and the resulting APIs,
> it is better if things are done in the open ;-)
Hi Antoine,
It would be good if we could have some feedback from alternative
Python implementations as well. I suspect they might want to 
support these APIs. Doing zero-copy or sharing memory areas could
be a challenge with a compacting GC, for example. In that case,
having something in the API that tells the VM that a certain chunk
of memory cannot move would be helpful.
Regards,
 Neil
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to