type(None).__repr__(None) gives type error
Created originally on Bitbucket by david_maciver_ (David MacIver)
This should return "None" and does on CPython 2.7.10, but on pypy it instead gives a TypeError:
>>>> type(None).__repr__(None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __repr__() takes exactly 1 argument (2 given)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information