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.

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.
History
Date User Action Args
2019-07-21 14:10:07shihai1991setrecipients: + shihai1991, amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, xdegaye
2019-07-21 14:10:07shihai1991setmessageid: <1563718207.02.0.905729163785.issue19113@roundup.psfhosted.org>
2019-07-21 14:10:07shihai1991linkissue19113 messages
2019-07-21 14:10:06shihai1991create