Ionel Cristian Mărieș added the comment: On Mon, May 23, 2016 at 9:34 PM, Ethan Furman <rep...@bugs.python.org> wrote:
> "Add proxy support to builtins" and should address such things as > callable, issubclass, and whatever else is is appropriate. As previously stated this builtin is the only one not doing the right thing. If you think otherwise, please provide proof. I provided plenty of supporting examples. Your "working around" is basically saying "don't use callable or don't solve your problem". Not an option. Let me restate the problem: I want to implement a "proxy that resolves the target at a later time". That means I can't juggle classes ahead of time (no `resolve_proxy` or whatever) and I can't tell users "don't use callable" (what's the point of having a proxy then?). ---------- _______________________________________ 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