Ethan Furman added the comment: To change this behavior at this point will require a PEP. The PEP should be something along the lines of "Add proxy support to builtins" and should address such things as callable, issubclass, and whatever else is is appropriate.
As for working around your problem now I see a few options: - write your own `is_proxy_callable` function - add a `.callable` method to your proxy class - a `resolve_proxy` function/method which can change the proxy class type to whatever is needed to mirror the actual object ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23990> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com