Nick Coghlan <ncogh...@gmail.com> added the comment:

Core dev forum thread: 
https://discuss.python.org/t/proposal-rename-pyinterpreterframe-struct-as-py-framedata/14213

The conclusion from the forum thread and associated PRs was that any of the 
further renaming proposed didn't provide sufficient additional clarity to 
justify further code churn in a semi public API.

 As a result, the final PR just documents the status quo in the internal C API 
frame header (since the conventions arising from the code-churn-minimising 
migration to a split data structure is hard to infer just from reading the 
code): https://github.com/python/cpython/pull/32281

----------

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

Reply via email to