Xavier de Gaye <[email protected]> added the comment:
Check that PR 12708 fixes the bug:
Run the ubuntu:bpo-36544 image and enters bash as user pydev
$ docker run -it ubuntu:bpo-36544
As user pydev, clone python and fetch PR 12708, build python and import
hashlib:
pydev@e4cfd6f74c2b:~$ git clone -b master --single-branch --depth 1
https://github.com/python/cpython.git
pydev@e4cfd6f74c2b:~$ cd cpython/ && ./configure && make
pydev@e4cfd6f74c2b:~/cpython$ git fetch --depth 1 origin
pull/12708/head:pr_12708 && git checkout pr_12708
pydev@e4cfd6f74c2b:~/cpython$ make
pydev@e4cfd6f74c2b:~/cpython$ ./python -c "import hashlib"
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com