[pypy-dev] AttributeError: 'built in-code' object has no attribute 'co_code'

2017-10-12 Thread Etienne Robillard
Hi, I'm trying to port django-hotsauce to PyPy. I'm getting an exception when I use Cython compiled under CPython: DEBUG:Traceback (most recent call last): File "lib/notmm/controllers/wsgi.pyx", line 206, in notmm.controllers.wsgi.BaseController.get_response (lib/notmm/controllers/wsgi.c:41

Re: [pypy-dev] AttributeError: 'built in-code' object has no attribute 'co_code'

2017-10-12 Thread Yury V. Zaytsev
Hi, On Thu, 12 Oct 2017, Etienne Robillard wrote: Any ideas why using a @contextmanager here yield this exception with PyPy 5.6.0 and Cython 0.25.2 ? You are using very outdated versions of both PyPy (latest = 5.9.0) and Cython (latest = 0.27.1), could you please try again with the latest v