]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Jul 2021 16:54:54 +0000 (19:54 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 16:54:54 +0000 (19:54 +0300)
commitb81cac05606c84958b52ada09f690463a3c7e949
tree90e128f149b5c2469bafc7d868c0bad042483794
parent05162993fe62e7fa3acebdd0062586b9bf63d46a
bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2021-07-14-13-54-07.bpo-44635.7ZMAdB.rst [new file with mode: 0644]
Objects/unionobject.c