commit | e8e4b550f50e716c57cc5d0225042ab766c5582d | [log] [tgz] |
---|---|---|
author | MonadChains <monadchains@gmail.com> | Sun Jul 10 20:04:01 2022 +0200 |
committer | GitHub <noreply@github.com> | Sun Jul 10 19:04:01 2022 +0100 |
tree | f1bfa0a3eca34c3104290cb6bc66858a109cb547 | |
parent | ef61b259e35a0249840184b59f43d8a7f9b095bc [diff] |
gh-94309: Deprecate typing.Hashable/Sized (GH-94626) Deprecate typing.Hashable/Sized. Use the collections.abc counterparts directly instead. To be consistent with PEP 585, deprecated aliases will not raise any DeprecationWarning.