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

Andrew McNabb tracker at bugs.pypy.org
Tue Mar 13 00:17:55 CET 2012


Andrew McNabb <amcnabb at mcnabbs.org> added the comment:

On Fedora, the /usr/lib/python2.7/site-packages directory only contains pure-
Python modules. And only one or two packages are actually being imported from 
that directory.

Using pip isn't ideal because it doesn't play well with yum. Virtualenv is an 
option, but it really shouldn't be necessary here. In any case, there aren't any 
C modules on the PYTHONPATH, so that can't explain the bug.

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


More information about the pypy-issue mailing list