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 kilobug
Recipients
Date 2007-07-04.09:54:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Data going through the xmlrpclib are copied many times in Python. This creates problem when submitting blob of data in XML-RPC (I know the protocol is not aimed for that, but sometimes it's useful).

This little patch try to limit memory usage of xmlrpclib by adding a few optimizations.

I did the patch on Python 2.4 because it's what our customer is using, but it should work on Python 2.5 or more recent too.
History
Date User Action Args
2007-08-23 15:58:56adminlinkissue1747670 messages
2007-08-23 15:58:56admincreate