Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
8413bc6e by Matti Picus at 2021-11-12T17:08:44+02:00
start supporting usedforsecurity, still need the HASHXOF class to begin testing

--HG--
branch : py3.9-hashlib

- - - - -
dcc64b63 by Matti Picus at 2021-11-12T23:27:28+02:00
pass around usedforsecurity and handle edge cases to make test_hashlib pass

--HG--
branch : py3.9-hashlib

- - - - -
a435cf54 by Matti Picus at 2021-11-17T12:09:53+02:00
add exports.h, refactor headers to more closely follow CPython

The pyport.h/cpyext_object.h changes affected the cts parsing.

--HG--
branch : py3.8

- - - - -
434dcd44 by Matti Picus at 2021-11-17T12:35:49+02:00
merge py3.8 into py3.9

--HG--
branch : py3.9

- - - - -
7720035a by Matti Picus at 2021-11-17T12:43:57+02:00
merge py3.9-hashlib which provides usedforsecurity

--HG--
branch : py3.9

- - - - -


19 changed files:

- lib_pypy/_blake2/__init__.py
- lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py
- lib_pypy/_hashlib/__init__.py
- lib_pypy/_md5.py
- lib_pypy/_sha1.py
- lib_pypy/_sha256.py
- lib_pypy/_sha3/__init__.py
- lib_pypy/_sha512.py
- pypy/module/_md5/interp_md5.py
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/Python.h
- + pypy/module/cpyext/include/exports.h
- pypy/module/cpyext/include/modsupport.h
- pypy/module/cpyext/include/moduleobject.h
- pypy/module/cpyext/include/pyport.h
- pypy/module/cpyext/parse/cpyext_object.h
- pypy/module/cpyext/src/modsupport.c
- rpython/rlib/rmd5.py
- rpython/tool/cparser/cts.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/a8e6e230e86ae6ee8e4adc3288e18b2342c8e4fa...7720035aac0ddecd999ab9551cfdac1d59d92e69

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


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to