pushyrpc / pushy

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

lists and sets are not proxied correctly #9

Closed axw closed 12 years ago

axw commented 12 years ago

Lists and sets are proxied as primitive types, rather than proxy types. Thus, modifications to a list returned from the peer are not reflected in the peer's version of the object.


Imported from Launchpad using lp2gh.