[issue43377] _PyErr_Display should be available in the CPython-specific API

Pablo Galindo Salgado report at bugs.python.org
Tue Jul 27 17:22:25 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

PyErr_Display is not exposed partially because is full of small details of the interpreter and we change it constantly without regard for backwards compatibility on purpose. Exposing it will restrict us a lot on how we display error messages or the arguments it may take, so I woulf prefer to not expose it.

----------
nosy: +pablogsal

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


More information about the Python-bugs-list mailing list