[issue23805] _hashlib compile error?
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.warn('Did a C extension fail to compile? %s' % error)
Sorry, I'm not sure if it is an issue.
--
components: Installation
messages: 239487
nosy: SinusAlpha
priority: normal
severity: normal
status: open
title: _hashlib compile error?
versions: Python 3.5
___
Python tracker
<http://bugs.python.org/issue23805>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26023] Missing signatures operator module
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 -- components: Library (Lib) messages: 257606 nosy: Freddy Rietdijk priority: normal severity: normal status: open title: Missing signatures operator module type: enhancement versions: Python 3.5 ___ Python tracker <http://bugs.python.org/issue26023> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
