]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Jul 2021 21:10:21 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 21:10:21 +0000 (00:10 +0300)
commit03aad3049d1591c76a219dfe089e5367f88f167e
tree175acc35bac01a1cf8c7ef160096cc33f2e0064f
parent2d055ce13250a4074f66a945381a149a3cf8c46f
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)

(cherry picked from commit 0fd27375cabd12e68a2f12cfeca11a2d5043429e)
Include/internal/pycore_unionobject.h
Lib/test/test_types.py
Lib/typing.py
Objects/abstract.c
Objects/genericaliasobject.c
Objects/object.c
Objects/typeobject.c
Objects/unionobject.c