pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

Support introspective proxy class initialisers #12

Closed axw closed 12 years ago

axw commented 12 years ago

Some classes, such as Python 2.4's Exception class, may inspect their own attributes in their init method. This currently leads to a lock situation. The marshaling code must be enhanced to support this behaviour, if we are to properly support Python 2.4.


Imported from Launchpad using lp2gh.

axw commented 12 years ago

(by axwalk) Proxy objects now register themselves before calling their superclass' init function.