
June 24, 2015
4:15 a.m.
On Sun, Jun 21, 2015 at 4:40 AM, Stefan Behnel <stefan_ml@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