diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-24 13:29:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 13:29:37 (GMT) |
commit | 36971fd1f490664fb62b1fab869c5637669f0967 (patch) | |
tree | 19eac95ff03ce32d4ae38b3ea446994bf708b388 /Misc/NEWS.d | |
parent | cadf06eab75c887dfc753ca80ef35cd2a7871135 (diff) | |
download | cpython-36971fd1f490664fb62b1fab869c5637669f0967.zip cpython-36971fd1f490664fb62b1fab869c5637669f0967.tar.gz cpython-36971fd1f490664fb62b1fab869c5637669f0967.tar.bz2 |
bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
Refs https://github.com/python/cpython/pull/29147
Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit 07236d562e59c6650227be18fa6ffc66b18d4741)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-10-22-12-05-21.bpo-45566.2gQ3ZB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-10-22-12-05-21.bpo-45566.2gQ3ZB.rst b/Misc/NEWS.d/next/Tests/2021-10-22-12-05-21.bpo-45566.2gQ3ZB.rst new file mode 100644 index 0000000..a2ecf72 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-10-22-12-05-21.bpo-45566.2gQ3ZB.rst @@ -0,0 +1 @@ +Fix ``test_frozen_pickle`` in ``test_dataclasses`` to check all ``pickle`` versions. |