New submission from Nikita Sobolev <m...@sobolevn.me>:

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.

----------
components: Tests
messages: 404728
nosy: sobolevn
priority: normal
severity: normal
status: open
title: `test_frozen_pickle` does not use all possible `pickle` protocols
type: behavior
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45566>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to