[Python-Dev] Performance of various marshallers

Skip Montanaro skip@pobox.com (Skip Montanaro)
Tue, 2 Oct 2001 07:29:45 -0500


    >> I also presume that py-xmlrpc never calls from C->Python during the
    >> parse phase, but I've not yet had a chance to look at this code.

    Fredrik> does py-xmlrpc use a real XML parser?

I suspect not.  It's special purpose is to parse or generate XML-RPC, so you
know ahead of time that the end result is the only thing you need.

Skip