]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148639: Implement PEP 800 (typing.disjoint_base) (#148640)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 18 Apr 2026 02:20:41 +0000 (19:20 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2026 02:20:41 +0000 (19:20 -0700)
commit92164dc91712dcf27e2d526fa6ef8735a8356a36
treea74fd7e3ec134e55548404a1e5d605ead178689c
parent634568d030f18183212c01bd4544aa7f97e05442
gh-148639: Implement PEP 800 (typing.disjoint_base) (#148640)

Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.15.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2026-04-15-20-32-55.gh-issue-148639.-dwsjB.rst [new file with mode: 0644]