4.15.0rc1
Pre-release
Pre-release
- Add the
@typing_extensions.disjoint_basedecorator, as specified
in PEP 800. Patch by Jelle Zijlstra. - Add
typing_extensions.type_repr, a backport of
annotationlib.type_repr,
introduced in Python 3.14 (CPython PR #124551,
originally by Jelle Zijlstra). Patch by Semyon Moroz. - Fix behavior of type params in
typing_extensions.evaluate_forward_ref. Backport of
CPython PR #137227 by Jelle Zijlstra.