[pypy-dev] How to get transparent proxy working.

Yichao Yu yyc1992 at gmail.com
Fri Jul 4 02:46:11 CEST 2014


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


More information about the pypy-dev mailing list