]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 May 2020 06:38:01 +0000 (09:38 +0300)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 06:38:01 +0000 (09:38 +0300)
commit531d1e541284bfd7944f8c66a5e8c3c3234afaff
tree877a425117074ca43bc46db97a145a53f34dcebb
parentd2baff4301387e232495491f7291903cc1217d21
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)

It was positional-only de facto: documentation and two implementations
used three different name.
Doc/library/pickle.rst
Lib/pickle.py
Misc/NEWS.d/next/Library/2020-05-01-23-24-25.bpo-39435.mgb6ib.rst [new file with mode: 0644]
Modules/_pickle.c
Modules/clinic/_pickle.c.h