]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Jul 2021 19:35:33 +0000 (12:35 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 19:35:33 +0000 (22:35 +0300)
commit0aea99e44416f37c75e5540072156dbf90ef1659
treeb215881193d0032fe25dc531372f3c992902b201
parentca5a4cf8266cf789eae379fe224458e94dd41b30
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)

Remove also the _from_args() constructor.
(cherry picked from commit 435a0334d341e5f8faed594d9f015746bb7845db)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/copyreg.py
Lib/test/test_types.py
Lib/typing.py
Objects/unionobject.c