]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41428: Implementation for PEP 604 (GH-21515)
authorMaggie Moss <MaggieMoss@users.noreply.github.com>
Wed, 9 Sep 2020 20:23:24 +0000 (13:23 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 20:23:24 +0000 (21:23 +0100)
commit1b4552c5e8e925f24c15f707050f22c977171125
tree15102b9c349e4cde9904a1eb3ec1cf3099b877bc
parentfa8c9e70104b0aef966a518eb3a80a4881906ae0
bpo-41428: Implementation for PEP 604 (GH-21515)

See https://www.python.org/dev/peps/pep-0604/ for more information.

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
13 files changed:
Include/internal/pycore_unionobject.h [new file with mode: 0644]
Lib/test/test_isinstance.py
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/types.py
Lib/typing.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2020-07-28-22-43-27.bpo-41428.FM6xsI.rst [new file with mode: 0644]
Objects/abstract.c
Objects/typeobject.c
Objects/unionobject.c [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters