Message348245
| Author |
shihai1991 |
| Recipients |
amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, shihai1991, xdegaye |
| Date |
2019年07月21日.14:10:06 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1563718207.02.0.905729163785.issue19113@roundup.psfhosted.org> |
| In-reply-to |
| Content |
en, in python 3.8.0a3, I got those other error info:
$ /home/shihai/workspace/cpython/python test_functions.py
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/home/shihai/workspace/cpython/Lib/hashlib.py", line 244, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/shihai/workspace/cpython/Lib/hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
but in master branch, the test case is ok. |
|