X Tutup
The Wayback Machine - https://web.archive.org/web/20210311161502/https://github.com/python/cpython/pull/9392
Skip to content
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

[3.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) #9392

Merged
merged 1 commit into from Sep 18, 2018

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 18, 2018

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34623
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34623

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes <christian@python.org>
@tiran
tiran approved these changes Sep 18, 2018
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Sep 18, 2018

@tiran: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 470a435 into python:3.7 Sep 18, 2018
9 checks passed
9 checks passed
Linux-PR #Linux-PR_20180918.28 succeeded
Details
Windows-PR #Windows-PR_20180918.28 succeeded
Details
bedevere/issue-number Issue number 34623 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
docs #docs_20180918.27 succeeded
Details
macOS-PR #macOS-PR_20180918.28 succeeded
Details
@miss-islington miss-islington deleted the miss-islington:backport-cb5778f-3.7 branch Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup