Comment 1 for bug 738216

Revision history for this message
Andrew Wilkins (axwalk) wrote :

The problem is that old-style class objects don't have a __call__ method, whereas new-style classes do. I have added a new proxy type (oldstyleclass) which adds a __call__ method that calls the remote constructor.