mirror of https://github.com/python/cpython
4 lines
183 B
ReStructuredText
4 lines
183 B
ReStructuredText
|
Serializing objects with complex ``__qualname__`` (such as unbound methods
|
||
|
and nested classes) by name no longer involves serializing parent objects by
|
||
|
value in pickle protocols < 4.
|