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 serhiy.storchaka
Recipients SilentGhost, brandtbucher, cool-RR, gregory.p.smith, gvanrossum, miss-islington, pitrou, serhiy.storchaka
Date 2021-01-04.09:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609753094.16.0.975831791952.issue40636@roundup.psfhosted.org>
In-reply-to
Content
For other types we do not have such strict tests. We just test that pickling roundtrips (it is already tested for zip() in other tests). There are few tests that unpickling some exact byte strings produces the expected value, but these tests are in pickletester.py, because they test the unpickling machinery. If unpickling of some type depends on some private constructor (like re._compile), that constructor can be tested separately.

So I think that these tests can be removed.
History
Date User Action Args
2021-01-04 09:38:14serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, gregory.p.smith, pitrou, SilentGhost, cool-RR, miss-islington, brandtbucher
2021-01-04 09:38:14serhiy.storchakasetmessageid: <1609753094.16.0.975831791952.issue40636@roundup.psfhosted.org>
2021-01-04 09:38:14serhiy.storchakalinkissue40636 messages
2021-01-04 09:38:13serhiy.storchakacreate