This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: _hashlib compile error?
Type: Stage: resolved
Components: Installation Versions: Python 3.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: SinusAlpha, iritkatriel, r.david.murray
Priority: normal Keywords:

Created on 2015-03-29 12:23 by SinusAlpha, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg239487 - (view) Author: Freddy (SinusAlpha) Date: 2015-03-29 12:23
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.
msg239491 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-03-29 14:32
Well, you'll need to look in your build log to see why _hashlib failed to compile or failed to be usable.
msg382349 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-12-02 22:23
Freddy, this issue is 5 years old with no activity and no indicated action for the python devs, so I am closing it. If you are still seeing compilation errors, please create a new one and update it with more details.
History
Date User Action Args
2022-04-11 14:58:14adminsetgithub: 67993
2020-12-02 22:23:43iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg382349

stage: resolved
2015-03-29 14:32:02r.david.murraysetnosy: + r.david.murray
messages: + msg239491
2015-03-29 12:23:21SinusAlphacreate