[3.4] bpo-34623: Use XML_SetHashSalt in _elementtree by stratakis · Pull Request #9953 · python/cpython

and others added 2 commits

October 18, 2018 16:54
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>

stratakis

vstinner