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 2022-01-15.10:08:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642241308.05.0.615594550781.issue46386@roundup.psfhosted.org>
In-reply-to
Content
There are several problems with this test: https://github.com/python/cpython/blob/d02c5e9b55a8651b7d396ac3f2bdedf1fc1780b5/Lib/test/test_typing.py#L2130
1. It does not test all `pickle` protocols
2. It does not test newly added `ParamSpec` (probably others, I will double check)
3. It does not clean up `global TP, TPB, TPV`

I will send a PR for this :)
History
Date User Action Args
2022-01-15 10:08:28sobolevnsetrecipients: + sobolevn
2022-01-15 10:08:28sobolevnsetmessageid: <1642241308.05.0.615594550781.issue46386@roundup.psfhosted.org>
2022-01-15 10:08:28sobolevnlinkissue46386 messages
2022-01-15 10:08:27sobolevncreate