[pypy-issue] Issue #2206: python parser bug (pypy/pypy)

Armin Rigo issues-reply at bitbucket.org
Sat Dec 12 10:37:51 EST 2015


New issue 2206: python parser bug
https://bitbucket.org/pypy/pypy/issues/2206/python-parser-bug

Armin Rigo:


```
pypy -c 'f = lambda: 1.0; g = lambda: 1; print g()'
```

prints 1.0 instead 1.  (It's a bug shared with CPython.)




More information about the pypy-issue mailing list