]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140348: Fix using | on unusual objects plus Unions (#140383)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 3 Nov 2025 14:50:37 +0000 (06:50 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 14:50:37 +0000 (06:50 -0800)
commit7a9437d98641e3c3749ab2fd9fb54eac7614f9af
tree481562d43e5941d11e30f75553c2214a8ad050e8
parent248ce9fa8c7a1ed1912e0db31172c8cd2c298b37
gh-140348: Fix using | on unusual objects plus Unions (#140383)
Lib/test/test_typing.py
Misc/NEWS.d/next/Library/2025-10-20-12-33-49.gh-issue-140348.SAKnQZ.rst [new file with mode: 0644]
Objects/unionobject.c