8000 bpo-36324: Update comments to include the target hash sums by rhettinger · Pull Request #15110 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-36324: Update comments to include the target hash sums #15110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2019

Conversation

rhettinger
Copy link
Contributor
@rhettinger rhettinger commented Aug 4, 2019

Verified the hash sums in the supporting paper with:

>>> sum(map(Decimal, re.findall(r'[0-9._]{15,}', block1)))
Decimal('55.8831928806149014439')
>>> sum(map(Decimal, re.findall(r'[0-9._]{15,}', block2)))
Decimal('49.33206503301610289036')
>>> sum(map(Decimal, re.findall(r'[0-9._]{15,}', block3)))
Decimal('47.52583317549289671629')

https://bugs.python.org/issue36324

@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

I'm having trouble backporting to 3.8. Reason: 'Error 110 while writing to socket. Connection timed out.'. Please retry by removing and re-adding the needs backport to 3.8 label.

@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 4, 2019
…15110)

(cherry picked from commit 8183bb8)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
@bedevere-bot
Copy link

GH-15112 is a backport of this pull request to the 3.8 branch.

rhettinger added a commit that referenced this pull request Aug 4, 2019
…GH-15112)

(cherry picked from commit 8183bb8)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0