]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating...
authorkj <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 9 Nov 2020 04:00:13 +0000 (12:00 +0800)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 04:00:13 +0000 (20:00 -0800)
commit4eb41d055e8307b8206f680287e492a6db068acd
tree49f5dd4d1abac0b43945310972a97e0c943d2869
parent23831a7a90956e38b7d70304bb6afe30d37936de
bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077)
Include/internal/pycore_unionobject.h
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2020-11-01-23-34-56.bpo-42233.zOSzja.rst [new file with mode: 0644]
Objects/genericaliasobject.c
Objects/typeobject.c
Objects/unionobject.c