[issue39465] Design a subinterpreter friendly alternative to _Py_IDENTIFIER

STINNER Victor report at bugs.python.org
Thu Jan 30 06:54:57 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> AFAIK there is no problem now, except possibly a race condition when initializing the identifiers.

The GIL avoids any risk of race condition, no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39465>
_______________________________________


More information about the Python-bugs-list mailing list