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.
1 parent f105549 commit ae19fb0Copy full SHA for ae19fb0
1 file changed
peps/pep-0800.rst
@@ -2,7 +2,7 @@ PEP: 800
2
Title: Disjoint bases in the type system
3
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
4
Discussions-To: https://discuss.python.org/t/99910/
5
-Status: Accepted
+Status: Final
6
Type: Standards Track
7
Topic: Typing
8
Created: 21-Jul-2025
@@ -11,6 +11,9 @@ Post-History: `18-Jul-2025 <https://discuss.python.org/t/solid-bases-for-detecti
11
`23-Jul-2025 <https://discuss.python.org/t/99910>`__,
12
Resolution: `15-Apr-2026 <https://discuss.python.org/t/pep-800-solid-bases-in-the-type-system/99910/41>`__
13
14
+.. canonical-typing-spec:: :ref:`typing:disjoint-base` and
15
+ :external+py3.15:func:`@typing.disjoint_base <typing.disjoint_base>`
16
+
17
18
Abstract
19
========
0 commit comments