New submission from Aljosa Mohorovic <[email protected]>: 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 <[email protected]> <https://bugs.pypy.org/issue1507> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
