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 llllllllll
Recipients brett.cannon, llllllllll
Date 2017-05-25.22:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495752937.6.0.0142385434507.issue30477@psf.upfronthosting.co.za>
In-reply-to
Content
As a more meta question: I have noticed that many error messages in the stdlib use PyErr_SetString, or choose to use the type name instead of the repr of the object. Is there a reason for this? I normally try to fill the error message with as much context as possible to make debugging easier. Is it a performance worry?
History
Date User Action Args
2017-05-25 22:55:37llllllllllsetrecipients: + llllllllll, brett.cannon
2017-05-25 22:55:37llllllllllsetmessageid: <1495752937.6.0.0142385434507.issue30477@psf.upfronthosting.co.za>
2017-05-25 22:55:37lllllllllllinkissue30477 messages
2017-05-25 22:55:37llllllllllcreate