We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@disjoint_base
1 parent e43fdd2 commit fd49055Copy full SHA for fd49055
1 file changed
peps/pep-0800.rst
@@ -371,10 +371,12 @@ explain to users why type checkers treat certain branches as unreachable.
371
Reference Implementation
372
========================
373
374
-The runtime implementation of the ``@disjoint_base`` decorator will be available in
375
-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/>`__.
376
`python/mypy#19678 <https://github.com/python/mypy/pull/19678>`__
377
implements support for disjoint bases in mypy and in the stubtest tool.
378
+`astral-sh/ruff#20084 <https://github.com/astral-sh/ruff/pull/20084>`__
379
+implements support for disjoint bases in the ty type checker.
380
381
Appendix
382
========
0 commit comments