STINNER Victor <vstin...@python.org> added the comment:

> To get one GIL per interpreter (bpo-40512), either PyObject.ob_refcnt member 
> must become an atomic variable, or subinterpreters must not share any object.

The current plan is to not share any object between two interpreters, so this 
PR is not needed. I close my PR 19958 which marked PyObject.ob_refcnt as atomic.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40533>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to