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 vstinner
Recipients pitrou, vstinner
Date 2013-08-06.00:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375749808.68.0.147112522186.issue18664@psf.upfronthosting.co.za>
In-reply-to
Content
> Assertion failed: !PyErr_Occurred(), file ..\Objects\object.c, line 451

This error means that PyObject_Repr() was called with an exception set. It would help to know which function called PyObject_Repr() and when.
History
Date User Action Args
2013-08-06 00:43:28vstinnersetrecipients: + vstinner, pitrou
2013-08-06 00:43:28vstinnersetmessageid: <1375749808.68.0.147112522186.issue18664@psf.upfronthosting.co.za>
2013-08-06 00:43:28vstinnerlinkissue18664 messages
2013-08-06 00:43:28vstinnercreate