[Python-ideas] Improving xmlrpc introspection

Skip Montanaro skip at pobox.com
Wed Jun 18 17:52:07 CEST 2014


I might be a bit confused (nothing new there), but it seemed to me
that Claudiu indicated all his MagicProxy magic happens in the client:

> As we can  see, the registered methods can be introspected and calling
> one with the wrong number of arguments will not trigger a request to
> the server, but will fail right in the user's code.

I think we will have to see the code to decide if it's a security
risk. Claudiu, I suggest you open an issue in the tracker so others
can see how the magic works.

Skip


More information about the Python-ideas mailing list