irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

Add support for special methods invoked via indirect syntax (iteration, len, indexing) #45

Closed eudoxos closed 2 years ago

eudoxos commented 3 years ago

This is a fix for https://github.com/irmen/Pyro5/issues/44 — please check it out whether it makes sense. I am not very happy about __iter__ but there does not seem a better way than this (unless __iter__ would be declared unsupported).

irmen commented 2 years ago

superseded by 1ffbe56ca8c09f3664072fbb78f61243b884b000