12.03.2011 08:04, delattj kirjoitti:
What's strange about that? __getattribute__ is called on all attribute access -- that is how it's documented here: http://docs.python.org/reference/datamodel.html#object.__getattribute__I got it working with this fix: https://github.com/delattj/rpyc/commit/5d2fd956e550eb177e708aa06463827b3d860cf9But I don't get it... :/ Seems __call__ goes through the __getattribute__ method in IronPython.
