Message348245
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. |
|
Date |
User |
Action |
Args |
2019-07-21 14:10:07 | shihai1991 | set | recipients:
+ shihai1991, amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, xdegaye |
2019-07-21 14:10:07 | shihai1991 | set | messageid: <1563718207.02.0.905729163785.issue19113@roundup.psfhosted.org> |
2019-07-21 14:10:07 | shihai1991 | link | issue19113 messages |
2019-07-21 14:10:06 | shihai1991 | create | |
|