This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobolevn
Recipients sobolevn
Date 2021-10-22.08:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634891947.06.0.600142901544.issue45566@roundup.psfhosted.org>
In-reply-to
Content
While working on https://github.com/python/cpython/pull/29147 I've noticed that `test_frozen_pickle` does not use all possible `pickle` protocols: https://github.com/python/cpython/blob/276468dddb46c54980c782c09cdb53bd90755752/Lib/test/test_dataclasses.py#L2862

I will add `for` and `self.subTest` for each unique `pickle` protocol.
After that it would be in sync with `3.9` branch.
History
Date User Action Args
2021-10-22 08:39:07sobolevnsetrecipients: + sobolevn
2021-10-22 08:39:07sobolevnsetmessageid: <1634891947.06.0.600142901544.issue45566@roundup.psfhosted.org>
2021-10-22 08:39:07sobolevnlinkissue45566 messages
2021-10-22 08:39:06sobolevncreate