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

Eric Snow ericsnowcurrently at gmail.com
Wed Jul 18 13:35:31 EDT 2018


On Wed, Jul 18, 2018 at 3:31 AM Antoine Pitrou <solipsis at pitrou.net> wrote:
> Please read in context: we are not talking about making all refcounts
> atomic, only a couple refcounts on shared objects (which probably
> won't be Python objects, actually).

I have no plans to use refcounts for shared data (outside of Python objects).

-eric


More information about the Python-ideas mailing list