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.
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:14 | admin | set | github: 67993 |
| 2020年12月02日 22:23:43 | iritkatriel | set | status: open -> closed nosy: + iritkatriel messages: + msg382349 stage: resolved |
| 2015年03月29日 14:32:02 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg239491 |
| 2015年03月29日 12:23:21 | SinusAlpha | create | |