diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-10-25 15:56:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 15:56:17 (GMT) |
commit | 0aaecb30483e98fc29c1f4253967d05da092f0c5 (patch) | |
tree | 032e7740735acb59bad34d19b37aef4bf0c1b6c1 /Misc/NEWS.d/next/Library | |
parent | af891a962b62268d76ace0d4768ab0e1934a2cd1 (diff) | |
download | cpython-0aaecb30483e98fc29c1f4253967d05da092f0c5.zip cpython-0aaecb30483e98fc29c1f4253967d05da092f0c5.tar.gz cpython-0aaecb30483e98fc29c1f4253967d05da092f0c5.tar.bz2 |
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963)
(cherry picked from commit 8cd1dbae32d9303caac3a473d3332f17bc98c921)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-10-21-23-45-02.bpo-41052.3N7J2J.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-21-23-45-02.bpo-41052.3N7J2J.rst b/Misc/NEWS.d/next/Library/2020-10-21-23-45-02.bpo-41052.3N7J2J.rst new file mode 100644 index 0000000..528e90e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-10-21-23-45-02.bpo-41052.3N7J2J.rst @@ -0,0 +1,2 @@ +Pickling heap types implemented in C with protocols 0 and 1 raises now an +error instead of producing incorrect data. |