[pypy-issue] Issue #1988: pypy3: large read will make future os.system calls fail (pypy/pypy)

Christoph Reiter issues-reply at bitbucket.org
Sun Feb 22 12:36:21 CET 2015


New issue 1988: pypy3: large read will make future os.system calls fail
https://bitbucket.org/pypy/pypy/issue/1988/pypy3-large-read-will-make-future-ossystem

Christoph Reiter:

```
import os
open("/dev/null", "rb").read(4294967295)
print(os.system("true"))
```

prints -1 instead of 0




More information about the pypy-issue mailing list