]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Aug 2017 08:33:33 +0000 (11:33 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2017 08:33:33 +0000 (11:33 +0300)
commit3dd1ccbb0950b2b83713a495958c35d60b453fa9
tree03af89067ea8cc0eac8084d705e7481ce896a70f
parent956902e5bc4b41fda79c6c1018c97355639cb245
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)

some builtin and extension objects that don't support pickling
explicitly and are pickled incorrectly by default (like memoryview or
staticmethod).
Lib/test/test_buffer.py
Lib/test/test_descr.py
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Library/2017-07-23-13-47-22.bpo-29902.CiuFdn.rst [new file with mode: 0644]
Objects/typeobject.c