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 blunck2
Recipients blunck2
Date 2008-03-21.20:39:46
SpamBayes Score 0.61683536
Marked as misclassified No
Message-id <1206131988.04.0.901893858067.issue2449@psf.upfronthosting.co.za>
In-reply-to
Content
When xmlrpclib fails to serialize objects into XML a generic "failed to
serialize output" error is returned to the client and no log messages
are produced to give insight into the true cause of the problem.  In
real-world scenarios where lots of data moves along the wire it can be
difficult to determine the cause of the serialization problem.

I propose the attached patch as an initial cut at improving xmlrpclib
under circumstances where serialization fails.
History
Date User Action Args
2008-03-21 20:39:48blunck2setspambayes_score: 0.616835 -> 0.61683536
recipients: + blunck2
2008-03-21 20:39:48blunck2setspambayes_score: 0.616835 -> 0.616835
messageid: <1206131988.04.0.901893858067.issue2449@psf.upfronthosting.co.za>
2008-03-21 20:39:47blunck2linkissue2449 messages
2008-03-21 20:39:46blunck2create