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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, davidar, effbot, ggenellina, pitrou
Date 2009-08-04.19:03:18
SpamBayes Score 8.578739e-07
Marked as misclassified No
Message-id <1249412599.9.0.0897953195372.issue6562@psf.upfronthosting.co.za>
In-reply-to
Content
This error is certainly due to a C function that sets an exception but
does not return an error value.
When running with a debug build of python, you will see "XXX undetected
error" printed to stderr.
History
Date User Action Args
2009-08-04 19:03:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, effbot, ggenellina, pitrou, davidar
2009-08-04 19:03:19amaury.forgeotdarcsetmessageid: <1249412599.9.0.0897953195372.issue6562@psf.upfronthosting.co.za>
2009-08-04 19:03:18amaury.forgeotdarclinkissue6562 messages
2009-08-04 19:03:18amaury.forgeotdarccreate