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 petdance
Recipients petdance
Date 2020-02-09.05:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581227075.1.0.0304587287578.issue39591@roundup.psfhosted.org>
In-reply-to
Content
The functions tb_displayline and tb_printinternal can take const pointers on some of their arguments.

tb_displayline(PyObject *f, PyObject *filename, int lineno, const PyObject *name)

tb_printinternal(const PyTracebackObject *tb, PyObject *f, long limit)
History
Date User Action Args
2020-02-09 05:44:35petdancesetrecipients: + petdance
2020-02-09 05:44:35petdancesetmessageid: <1581227075.1.0.0304587287578.issue39591@roundup.psfhosted.org>
2020-02-09 05:44:35petdancelinkissue39591 messages
2020-02-09 05:44:34petdancecreate