On Wed, Jul 18, 2018 at 3:31 AM Antoine Pitrou <[email protected]> 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 _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
