]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 17 Jul 2021 19:44:10 +0000 (22:44 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 19:44:10 +0000 (22:44 +0300)
commit0fd27375cabd12e68a2f12cfeca11a2d5043429e
treeacb748d0bc66167f6f0d6d30123a205fc5af3e9b
parentf88e138a1aa3b9a9e013963e4fd7d5cce6a0b85c
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Include/genericaliasobject.h
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