mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
or nested classes) now are supported with pickle protocols < 4.
This commit is contained in:
parent
72e731cc03
commit
58e4134a1c
5 changed files with 114 additions and 66 deletions
|
@ -370,6 +370,13 @@ os
|
|||
* :class:`os.stat_result` now has a :attr:`~os.stat_result.st_file_attributes`
|
||||
attribute on Windows. (Contributed by Ben Hoyt in :issue:`21719`.)
|
||||
|
||||
pickle
|
||||
------
|
||||
|
||||
* Serializing more "lookupable" objects (such as unbound methods or nested
|
||||
classes) now are supported with pickle protocols < 4.
|
||||
(Contributed by Serhiy Storchaka in :issue:`23611`.)
|
||||
|
||||
re
|
||||
--
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue