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 | xdegaye |
|---|---|
| Recipients | vstinner, xdegaye |
| Date | 2019年04月07日.11:21:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554636109.58.0.211924612403.issue36544@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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: e4cfd6f74c2b">pydev@e4cfd6f74c2b :~$ git clone -b master --single-branch --depth 1 https://github.com/python/cpython.git e4cfd6f74c2b">pydev@e4cfd6f74c2b :~$ cd cpython/ && ./configure && make e4cfd6f74c2b">pydev@e4cfd6f74c2b :~/cpython$ git fetch --depth 1 origin pull/12708/head:pr_12708 && git checkout pr_12708 e4cfd6f74c2b">pydev@e4cfd6f74c2b :~/cpython$ make e4cfd6f74c2b">pydev@e4cfd6f74c2b :~/cpython$ ./python -c "import hashlib" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019年04月07日 11:21:49 | xdegaye | set | recipients: + xdegaye, vstinner |
| 2019年04月07日 11:21:49 | xdegaye | set | messageid: <1554636109.58.0.211924612403.issue36544@roundup.psfhosted.org> |
| 2019年04月07日 11:21:49 | xdegaye | link | issue36544 messages |
| 2019年04月07日 11:21:49 | xdegaye | create | |