mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
gh-122213: Add notes for pickle serialization errors (GH-122214)
This allows to identify the source of the error.
This commit is contained in:
parent
4a6b1f1796
commit
c0c2aa7644
5 changed files with 441 additions and 98 deletions
|
|
@ -221,6 +221,9 @@ pickle
|
|||
* Set the default protocol version on the :mod:`pickle` module to 5.
|
||||
For more details, please see :ref:`pickle protocols <pickle-protocols>`.
|
||||
|
||||
* Add notes for pickle serialization errors that allow to identify the source
|
||||
of the error.
|
||||
(Contributed by Serhiy Storchaka in :gh:`122213`.)
|
||||
|
||||
symtable
|
||||
--------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue