[issue38644] Pass explicitly tstate to function calls

STINNER Victor report at bugs.python.org
Fri Feb 7 05:24:48 EST 2020


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

> One further step would be to change the VECTORCALL/FASTCALL calling convention to pass tstate.

My first strong motivation is to get None singleton from tstate. It's now being discussed in bpo-39511: "[subinterpreters] Per-interpreter singletons (None, True, False, etc.)".

----------

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


More information about the Python-bugs-list mailing list