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.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to