]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33138: Change standard error message for non-pickleable and non-copyable types...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 31 Oct 2018 00:28:07 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 00:28:07 +0000 (02:28 +0200)
commit0353b4eaaf451ad463ce7eb3074f6b62d332f401
treeee6c8d6f8368ae88711440e187aaa7294f423f6c
parent3f819ca138db6945ee4271bf13e42db9f9b3b1e4
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Lib/_pyio.py
Lib/copyreg.py
Lib/socket.py
Misc/NEWS.d/next/Core and Builtins/2018-03-25-19-25-14.bpo-33138.aSqudH.rst [new file with mode: 0644]
Modules/_bz2module.c
Modules/_io/bufferedio.c
Modules/_io/fileio.c
Modules/_io/textio.c
Modules/_io/winconsoleio.c
Modules/_lzmamodule.c
Objects/typeobject.c