[pypy-issue] Issue #2246: Multiple calls to os.stat result in a None value being passed [greenlet related] (pypy/pypy)

Augusto Hack issues-reply at bitbucket.org
Mon Feb 29 15:39:52 EST 2016


New issue 2246: Multiple calls to os.stat result in a None value being passed [greenlet related]
https://bitbucket.org/pypy/pypy/issues/2246/multiple-calls-to-osstat-result-in-a-none

Augusto Hack:

Run the following script with pypy 4.0.1 (5f8302b8bf9f) and it fails, with 4.0.0 (850edf14b2c7) is succeds:

```
#!shell

git clone 'https://github.com/gevent/gevent.git'
sudo pacman -S pypy  # or your system package manager
virtualenv --python=/usr/bin/pypy bugenv
source ./bugenv/bin/activate
cd gevent
pip install -r dev-requirements.txt
```

My test is attached in the log file, the gevent commit used is 987d621e2aba53a9db8a97df9c58faa440f22c0e




More information about the pypy-issue mailing list