[issue38500] Provide a way to get/set PyInterpreterState.frame_eval without needing to access interpreter internals

Brett Cannon report at bugs.python.org
Wed Nov 20 12:10:56 EST 2019


Brett Cannon <brett at python.org> added the comment:

OK, then my vote is to provide getter and setter methods that are underscore-prefixed to mark them as "internal" with clear comments specifying that they are part of PEP 523 and thus should not be needlessly broken in a bugfix release.

----------

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


More information about the Python-bugs-list mailing list