Hi, 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. Victor
