STINNER Victor <vstin...@python.org> added the comment:

New question: if we add a public API to Python 3.8.1, would it make sense to 
directly change eval_frame type to add a new "tstate" parameter? See bpo-38818 
for the rationale.

I already proposed a change for the master branch: 
https://github.com/python/cpython/pull/17187

Maybe I should combine PR 17340 (add PyInterpreterState_SetEvalFrameFunc()) 
with PR 17187 (add tstate parameter).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to