bpo-33729: Fix issues with arguments parsing in hashlib. by serhiy-storchaka · Pull Request #8346 · python/cpython (original) (raw)

serhiy-storchaka

Also made the following enhancements:

https://bugs.python.org/issue33729

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

The part of changes was reverted because required keyword-only parameters are not supported by PyArg_ParseTupleAndKeywords and friends.

@serhiy-storchaka

@serhiy-storchaka

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jul 31, 2018

@serhiy-storchaka

…nGH-8346)

Also made the following enhancements:

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

serhiy-storchaka added a commit that referenced this pull request

Jul 31, 2018

@serhiy-storchaka

…) (GH-8581)

Also made the following enhancements:

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Oct 1, 2018

@serhiy-storchaka

…ythonGH-8346) (pythonGH-8581)

Also made the following enhancements:

Co-authored-by: Serhiy Storchaka storchaka@gmail.com. (cherry picked from commit 47957da)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

serhiy-storchaka added a commit that referenced this pull request

Oct 11, 2018

@serhiy-storchaka

…) (GH-8581) (GH-9657)

Also made the following enhancements: