[pypy-issue] Issue #3073: Missing stat.S_IFDOOR when running from a virtualenv (pypy/pypy)

Ronan Lamy issues-reply at bitbucket.org
Wed Sep 11 15:47:15 EDT 2019


New issue 3073: Missing stat.S_IFDOOR when running from a virtualenv
https://bitbucket.org/pypy/pypy/issues/3073/missing-stats_ifdoor-when-running-from-a

Ronan Lamy:

S\_IFDOOR is defined in \_stat \(in lib-pypy\) but is supposed to be exposed in \(lib-python\) stat. Outside a virtualenv, stat imports S\_IFDOOR from \_stat. With a nightly in a virtualenv, however, `from _stat import *` seems to fail in `stat`, though it's still possible to import `_stat` afterwards.




More information about the pypy-issue mailing list