[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: add the "usedforsecurity" argument to hashlib constructors, but just ignore it for now

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Mon Oct 25 11:50:10 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
409f63f6 by Carl Friedrich Bolz-Tereick at 2021-10-25T11:22:56+02:00
add the "usedforsecurity" argument to hashlib constructors, but just ignore it for now

(passing "False" allows the use of unsafe hashing algorithm in restricted
environments, which I don't think we support)

--HG--
branch : py3.9

- - - - -
1c77be47 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:25:52+02:00
implement the new features in _posixsubprocess

--HG--
branch : py3.9

- - - - -
1b6297a1 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:40:51+02:00
turn test into an apptest file

--HG--
branch : py3.7

- - - - -
0c714d00 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:41:05+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
3a38c374 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:47:11+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


6 changed files:

- lib_pypy/_hashlib/__init__.py
- pypy/module/_posixsubprocess/_posixsubprocess.c
- pypy/module/_posixsubprocess/_posixsubprocess.h
- pypy/module/_posixsubprocess/interp_subprocess.py
- + pypy/module/_posixsubprocess/test/apptest_subprocess.py
- − pypy/module/_posixsubprocess/test/test_subprocess.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eba3f1cd35bf448873bedc6011480033fee7069d...3a38c3741d9476bc755a86e66b175f6ce52b7aab

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eba3f1cd35bf448873bedc6011480033fee7069d...3a38c3741d9476bc755a86e66b175f6ce52b7aab
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211025/7945f5da/attachment.html>


More information about the pypy-commit mailing list