[issue38858] new_interpreter() should reuse more Py_InitializeFromConfig() code

STINNER Victor report at bugs.python.org
Thu Nov 21 02:52:54 EST 2019


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

> bpo-38858: Allocate small integers on the heap (GH-17301)

I associated this change to this issue because I had troubles when I tried to call _PyLong_Fini() in subinterpreters. I'm now trying to have different small integers per interpreter.

----------

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


More information about the Python-bugs-list mailing list