[Python-ideas] The future of Python parallelism. The GIL. Subinterpreters. Actors.

Pau Freixes pfreixes at gmail.com
Thu Jul 19 02:32:22 EDT 2018


Hi,

>
> Note that this everything you said here also exactly describes the
> programming model for the existing 'multiprocessing' module:
> "structured clone" is equivalent to how multiprocessing uses pickle to
> transfer arbitrary objects, or you can use multiprocessing.Array to
> get a shared view on raw "C"-style data.
>

That's good. If finally, CPython can provide a pattern plus an API
that has similitudes with the existing ones will make the adoption
less friction.


More information about the Python-ideas mailing list