]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140348: Fix using | on unusual objects plus Unions (GH-140383) (#140948)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Nov 2025 15:16:03 +0000 (16:16 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 15:16:03 +0000 (15:16 +0000)
commit788104633c8cb8a4d79f79987cf5e6f8aff1e800
tree0bf1fc4bcf8195fe1d5b37d4a97f77a7d2b8564c
parent1b376b82ac98517a55f13b5ec8645dc667762912
[3.14] gh-140348: Fix using | on unusual objects plus Unions (GH-140383) (#140948)

gh-140348: Fix using | on unusual objects plus Unions (GH-140383)
(cherry picked from commit 7a9437d98641e3c3749ab2fd9fb54eac7614f9af)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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