This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients Maxime Belanger, maxbelanger, petr.viktorin
Date 2021-07-27.15:32:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627399926.48.0.278125543132.issue43377@roundup.psfhosted.org>
In-reply-to
Content
If it should be exposed, it should be renamed to a public (non-underscored) name, like PyErr_DisplayToFile. It should also ideally get documentation and tests (along with PyErr_Display, which is sadly missing those as well).


(Also, note that there are no no API/ABI compatibility guarantees if you use private API or define Py_BUILD_CORE. Functions like _PyErr_Display could change/disappear in a patch version of CPython.)
History
Date User Action Args
2021-07-27 15:32:06petr.viktorinsetrecipients: + petr.viktorin, Maxime Belanger, maxbelanger
2021-07-27 15:32:06petr.viktorinsetmessageid: <1627399926.48.0.278125543132.issue43377@roundup.psfhosted.org>
2021-07-27 15:32:06petr.viktorinlinkissue43377 messages
2021-07-27 15:32:06petr.viktorincreate