]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44676: Serialize the union type using only public API (GH-27323)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Jul 2021 18:26:02 +0000 (21:26 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 18:26:02 +0000 (21:26 +0300)
commit435a0334d341e5f8faed594d9f015746bb7845db
tree5c090299361ae9dabe002f2936044a01b1022b16
parent4f5980a4f57dab68b9137304f58bd08891d43d5a
bpo-44676: Serialize the union type using only public API (GH-27323)

Remove also the _from_args() constructor.
Lib/copyreg.py
Lib/test/test_types.py
Lib/typing.py
Objects/unionobject.c