[pypy-issue] [issue1087] Race condition when calling getattr

David Ripton tracker at bugs.pypy.org
Tue Mar 13 00:02:50 CET 2012


David Ripton <d+pypy at ripton.net> added the comment:

If your PYTHONPATH includes CPython modules that include C code, that's likely
the problem.  Try running with a clear PYTHONPATH.  (If you need to install
third-party Python code, install it inside PyPy using pip, or make a virtualenv
using PyPy.)

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


More information about the pypy-issue mailing list