Hi, 2014/1/7 Victor Stinner <[email protected]>: > 2014/1/7 Tobias Oberstein <[email protected]>: >> Is it supposed to work on PyPy? > > I didn't test, but it would be nice to support PyPy as well. > >> __builtins__['InterruptedError'] = InterruptedError >> TypeError: 'module' object does not support item assignment > > I plan to remove these hacks. I wrote them like get to quickly get a > working proof of concept and limit changes with Tulip.
I removed the hacks on __builtins__ and ssl modules. Could you please try Autobahn with PyPy using Trollius? Trollius now also has an experimental support of Python 2.6 and 3.2. (It works also on Python 3.3 and 3.4.) Victor
