Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions peps/pep-0800.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,12 @@ explain to users why type checkers treat certain branches as unreachable.
Reference Implementation
========================

The runtime implementation of the ``@disjoint_base`` decorator will be available in
typing-extensions 4.15.0.
The runtime implementation of the ``@disjoint_base`` decorator is available in
`typing-extensions 4.15.0 <https://pypi.org/project/typing-extensions/4.15.0/>`__.
`python/mypy#19678 <https://github.com/python/mypy/pull/19678>`__
implements support for disjoint bases in mypy and in the stubtest tool.
`astral-sh/ruff#20084 <https://github.com/astral-sh/ruff/pull/20084>`__
implements support for disjoint bases in the ty type checker.

Appendix
========
Expand Down