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 brett.cannon
Recipients brett.cannon, eric.araujo, terry.reedy
Date 2010-11-18.02:56:12
SpamBayes Score 3.9974668e-05
Marked as misclassified No
Message-id <1290048988.65.0.666028201805.issue8754@psf.upfronthosting.co.za>
In-reply-to
Content
PyErr_Format doesn't need to change, just it's argument. A call to PyObject_Repr() (w/ proper error checking) should be all that is needed.

And no, I don't make any "you do the Python, I'll do the C" deals because the Python part is the fun part. =)
History
Date User Action Args
2010-11-18 02:56:28brett.cannonsetrecipients: + brett.cannon, terry.reedy, eric.araujo
2010-11-18 02:56:28brett.cannonsetmessageid: <1290048988.65.0.666028201805.issue8754@psf.upfronthosting.co.za>
2010-11-18 02:56:13brett.cannonlinkissue8754 messages
2010-11-18 02:56:12brett.cannoncreate