New submission from Freddy:
I just installed Python 3.5.0a2 from Source.
Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux
[264/392] test_hashlib
/root/Downloads/Python-3.5.0a2/Lib/test/test_hashlib.py:52: UserWarning: Did a
C extension fail to compile? No module named '_hashlib'
warnings.w
New submission from Freddy Rietdijk:
The operator module has no signatures for (most) of the functions defined in it.
Use case:
The multipledispatch module uses inspect.getfullargspec and therefore the
functions in operator cannot be used in combination with the @dispatch decorator