[New-bugs-announce] [issue43268] [internals] Pass the current interpreter (interp) rather than the current Python thread state (state)

STINNER Victor report at bugs.python.org
Fri Feb 19 06:59:23 EST 2021


New submission from STINNER Victor <vstinner at python.org>:

I modified many internal C functions to pass the current Python thread state (tstate), but in practice, only the current interpreter (interp) is needed.

----------
components: Interpreter Core
messages: 387308
nosy: vstinner
priority: normal
severity: normal
status: open
title: [internals] Pass the current interpreter (interp) rather than the current Python thread state (state)
versions: Python 3.10

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


More information about the New-bugs-announce mailing list