[issue32721] test_hashlib fails if _md5 is not built

2018-01-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 6b2bbcc4cca414f35f67caa4674f59f41ff638ea by Benjamin Peterson (Miss Islington (bot)) in branch '3.6': closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) (GH-5442) https://github.com/python/cpython/commit/6b2bbcc4cca4

[issue32721] test_hashlib fails if _md5 is not built

2018-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +5274 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32721] test_hashlib fails if _md5 is not built

2018-01-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 95441809ef77a8df5e14601ade6c054ef7114c02 by Benjamin Peterson in branch 'master': closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) https://github.com/python/cpython/commit/95441809ef77a8df5e14601ade6c054ef7114c02

[issue32721] test_hashlib fails if _md5 is not built

2018-01-29 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +5273 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32721] test_hashlib fails if _md5 is not built

2018-01-29 Thread Benjamin Peterson
New submission from Benjamin Peterson : $ make $ rm build/lib.linux-x86_64-3.7/_md5.cpython-37m-x86_64-linux-gnu.so $ ./python -m test test_hashlib Run tests sequentially 0:00:00 load avg: 1.11 [1/1] test_hashlib ERROR:root:code for hash md5 was not found. Traceback (most recent call last): Fi