Hi, I found the transparent proxy in pypy recently. However, the example from the document doesn't seem to work here[1]. Many other builtin types (including tuple, dict, int) and the types that inherit from them does not work either. `object`, however, can be wrapped but doesn't seem to behave correctly either. (add doesn't work)
I am using the latest version (as of a few hours ago at least) from bitbucket (28a1ebabc3e4) and I have recompiled it with --objspace-std-withtproxy just to make sure it is enabled. Is it broken or am I missing anything? Yichao Yu [1] http://nbviewer.ipython.org/gist/yuyichao/6e4ca22b9aa52bd02661 _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
