An alias to :class:`collections.abc.Hashable`.
+ .. deprecated:: 3.12
+ Use :class:`collections.abc.Hashable` directly instead.
+
.. class:: Reversible(Iterable[T_co])
A generic version of :class:`collections.abc.Reversible`.
An alias to :class:`collections.abc.Sized`.
+ .. deprecated:: 3.12
+ Use :class:`collections.abc.Sized` directly instead.
+
Asynchronous programming
""""""""""""""""""""""""
+----------------------------------+---------------+-------------------+----------------+
| ``typing.Text`` | 3.11 | Undecided | :gh:`92332` |
+----------------------------------+---------------+-------------------+----------------+
+| ``typing.Hashable`` and | 3.12 | Undecided | :gh:`94309` |
+| ``typing.Sized`` | | | |
++----------------------------------+---------------+-------------------+----------------+