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 pablogsal
Recipients Maxime Belanger, maxbelanger, pablogsal, petr.viktorin
Date 2021-07-27.21:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627420945.31.0.4610652997.issue43377@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-07-27 21:22:25pablogsalsetrecipients: + pablogsal, petr.viktorin, Maxime Belanger, maxbelanger
2021-07-27 21:22:25pablogsalsetmessageid: <1627420945.31.0.4610652997.issue43377@roundup.psfhosted.org>
2021-07-27 21:22:25pablogsallinkissue43377 messages
2021-07-27 21:22:25pablogsalcreate