[pypy-issue] Issue #1845: Wrong getattr() on None in pypy3 (pypy/pypy)

Alexander Schepanovski issues-reply at bitbucket.org
Thu Aug 14 16:36:33 CEST 2014


New issue 1845: Wrong getattr() on None in pypy3
https://bitbucket.org/pypy/pypy/issue/1845/wrong-getattr-on-none-in-pypy3

Alexander Schepanovski:

```
>>>> None.__eq__(None)
True
>>>> getattr(None, "__eq__")(None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: __eq__() takes exactly 2 arguments (1 given)
```




More information about the pypy-issue mailing list