New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to