diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-09-09 18:28:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 18:28:55 (GMT) |
commit | c0c2aa7644ebd4953682784dbb9904fe955ff647 (patch) | |
tree | 35cf667cd5f2cdfb19be14ae37565620ca3a3740 /Misc/NEWS.d/next | |
parent | 4a6b1f179667e2a8c6131718eb78a15f726e047b (diff) | |
download | cpython-c0c2aa7644ebd4953682784dbb9904fe955ff647.zip cpython-c0c2aa7644ebd4953682784dbb9904fe955ff647.tar.gz cpython-c0c2aa7644ebd4953682784dbb9904fe955ff647.tar.bz2 |
gh-122213: Add notes for pickle serialization errors (GH-122214)
This allows to identify the source of the error.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-07-24-08-48-22.gh-issue-122213.o3pdgA.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-07-24-08-48-22.gh-issue-122213.o3pdgA.rst b/Misc/NEWS.d/next/Library/2024-07-24-08-48-22.gh-issue-122213.o3pdgA.rst new file mode 100644 index 0000000..833a2a6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-07-24-08-48-22.gh-issue-122213.o3pdgA.rst @@ -0,0 +1,2 @@ +Add notes for pickle serialization errors that allow to identify the source +of the error. |