[pypy-issue] [issue1507] running django and celery under pypy 2.0.2 doesn't work

Aljosa Mohorovic tracker at bugs.pypy.org
Sat Jun 1 04:09:13 CEST 2013


New submission from Aljosa Mohorovic <aljosa.mohorovic at gmail.com>:

running django and celery under pypy 2.0.2 results in "RuntimeError: not holding the import lock" as soon as i 
include "from celery import Celery" in views.py.
running the same code under cpython or pypy 1.9 works as expected (checked w/ same code different virtualenvs).

tested on ubuntu 13.04
$ uname -a
> Linux fakanana 3.8.0-22-generic #33-Ubuntu SMP Thu May 16 15:17:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

on irc reproduced by pjenvey, goes away with django-admin.py runserver --nothreading or --noreload

----------
messages: 5805
nosy: aljosa, pypy-issue
priority: bug
release: 2.0
status: unread
title: running django and celery under pypy 2.0.2 doesn't work

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1507>
________________________________________


More information about the pypy-issue mailing list