[issue39511] [subinterpreters] Per-interpreter singletons (None, True, False, etc.)

Eric Snow report at bugs.python.org
Tue Feb 4 11:27:22 EST 2020


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

> This is pretty much one of the two approaches I have been considering.

The other approach is to leave the current static singletons alone and
only use them for the main interpreter.  Each subinterpreter would get
its own copy, created when that interpreter is initialized.

----------

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


More information about the Python-bugs-list mailing list