commit | 884eba3c76916889fd6bff3b37b8552bfb4f9566 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Apr 06 20:00:14 2022 +0300 |
committer | GitHub <noreply@github.com> | Wed Apr 06 20:00:14 2022 +0300 |
tree | 51fd55d6170cdff327ac11d70f1e5ff1aa7e735a | |
parent | f82f9ce3239b9a7e6ffa278658dd9858f64a3c14 [diff] |
bpo-26579: Add object.__getstate__(). (GH-2821) Copying and pickling instances of subclasses of builtin types bytearray, set, frozenset, collections.OrderedDict, collections.deque, weakref.WeakSet, and datetime.tzinfo now copies and pickles instance attributes implemented as slots.