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, ntc2
Date 2008-03-05.01:51:09
SpamBayes Score 0.05976635
Marked as misclassified No
Message-id <1204681872.26.0.737376642275.issue2238@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, in debug mode, the message "XXX undetected error" is
printed to stderr.
And this gives the solution: in ast.c, some calls did not check the
return status.

Committed revision 61240, will backport to 2.5.
Thanks for the report!
Thanks for the report!
History
Date User Action Args
2008-03-05 01:51:12amaury.forgeotdarcsetspambayes_score: 0.0597663 -> 0.05976635
recipients: + amaury.forgeotdarc, ntc2
2008-03-05 01:51:12amaury.forgeotdarcsetspambayes_score: 0.0597663 -> 0.0597663
messageid: <1204681872.26.0.737376642275.issue2238@psf.upfronthosting.co.za>
2008-03-05 01:51:11amaury.forgeotdarclinkissue2238 messages
2008-03-05 01:51:10amaury.forgeotdarccreate