commit | 7efed9573b422051e8f110c6d11da9751c9774fd | [log] [tgz] |
---|---|---|
author | Nikita Sobolev <mail@sobolevn.me> | Sun Jan 16 17:29:10 2022 +0300 |
committer | GitHub <noreply@github.com> | Sun Jan 16 06:29:10 2022 -0800 |
tree | bd46456e59d197fc3ce79dc6066433ef7472a035 | |
parent | 35b7ca7e110a46b3c89b8c15eb88665787a34585 [diff] |
Backport tests from `test_typing.py` (#1028) As promised in https://bugs.python.org/issue46386 Backported: - https://github.com/python/cpython/pull/30619 Not backported: - https://github.com/python/cpython/pull/30613 (because `ParamSpec` is already tested with `pickle` using all protocols)