Hi,
I have several PRs pending there to get review for months. Anyone can help to
review and do a merge? Thanks.
https://github.com/python/cpython/pull/19447
https://github.com/python/cpython/pull/20254
https://github.com/python/cpython/pull/20256
https://github.com/python/cpython/pull/12670
bp
Hi,
Would someone be kind enough to review
https://github.com/python/cpython/pull/20803, please?
It cleans up tracking and introspection of frame state.
Cheers,
Mark.
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email
https://sourceforge.net/tracker/index.php?func=detail&aid=1121611&group_id=5470&atid=305470
This is the hashlib module that speeds up python's md5 and sha1
support by using openssl (when available) as well as adding sha224/256
+ sha384/512 support (plus anything openssl provides).
I believe it is