[issue37502] Fix default argument handling for buffers argument in pickle.loads

Kyle Stanley report at bugs.python.org
Sun Jul 7 23:45:11 EDT 2019


Kyle Stanley <aeros167 at gmail.com> added the comment:

Thanks for reporting the issue. On PR-14593 I reviewed the changes with interpreter screenshots showing the output of "pickle.loads(pickle.dumps(1, protocol=pickle.HIGHEST_PROTOCOL), buffers=None)" in the latest version of cpython master compared to the branch from the PR.

----------
nosy: +aeros167

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37502>
_______________________________________


More information about the Python-bugs-list mailing list