]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing...
authorkj <28750310+Fidget-Spinner@users.noreply.github.com>
Sun, 13 Dec 2020 18:38:24 +0000 (02:38 +0800)
committerGitHub <noreply@github.com>
Sun, 13 Dec 2020 18:38:24 +0000 (10:38 -0800)
commit463c7d3d149283814d879a9bb8411af64e656c8e
tree204f9b460e5740291fd33d03908131bad317a922
parent43c4fb6c90c013a00cb820cb61e4990cd8ec7f5e
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
Lib/_collections_abc.py
Lib/collections/abc.py
Lib/test/test_genericalias.py
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst [new file with mode: 0644]
Objects/genericaliasobject.c
Objects/unionobject.c