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

> We should either make the whole PyThreadState structure private (move it to 
> the internal C API), or rename CFrame (to PyCFrame?).

Well, moving PyThreadState to the internal C API is complicate. I prefer to 
start by renaming CFrame to PyCFrame: see GH-31584.

----------

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

Reply via email to