[Python-ideas] solving multi-core Python

Eric Snow ericsnowcurrently at gmail.com
Wed Jun 24 06:15:10 CEST 2015


On Sun, Jun 21, 2015 at 4:40 AM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> If objects can make it explicit that they support sharing (and preferably
> are allowed to implement the exact details themselves), I'm sure we'll find
> ways to share NumPy arrays across subinterpreters. That feature alone tends
> to be a quick way to make a lot of people happy.

Are you thinking of something along the lines of a dunder method (e.g.
__reduce__)?

-eric


More information about the Python-ideas mailing list