[Python-Dev] Request for code review

2020-07-26 Thread Xin, Peixing
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

[Python-Dev] Request for code review

2020-07-09 Thread Mark Shannon
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

[Python-Dev] request for code review - hashlib - patch #1121611

2005-08-14 Thread Gregory P. Smith
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