An unfortunate side-effect of making PyInterpreterState in Python 3.8 opaque is 
it removed [PEP 523](https://www.python.org/dev/peps/pep-0523/) support. 
https://www.python.org/dev/peps/pep-0523/ was opened to try and fix this, but 
there seems to be a stalemate in the issue.

A key question is at what API level should setting the frame evaluation 
function live at? No one is suggesting the stable ABI, but there isn't 
agreement between CPython or the internal API (there's also seems to be a 
suggestion to potentially remove PEP 523 support entirely).

And regardless of either, there also seems to be a disagreement about providing 
getters and setters to continue to try and hide PyInterpreterState regardless 
of which API level support is provided at (if any).

If you have an opinion please weight in on the issue.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4UZJYAZL3NHRAGN5WAMJC4IHAHEXF3QF/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to