commit | 463c7d3d149283814d879a9bb8411af64e656c8e | [log] [tgz] |
---|---|---|
author | kj <28750310+Fidget-Spinner@users.noreply.github.com> | Mon Dec 14 02:38:24 2020 +0800 |
committer | GitHub <noreply@github.com> | Sun Dec 13 10:38:24 2020 -0800 |
tree | 204f9b460e5740291fd33d03908131bad317a922 | |
parent | 43c4fb6c90c013a00cb820cb61e4990cd8ec7f5e [diff] [blame] |
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py index 891600d..86ca8b8 100644 --- a/Lib/collections/abc.py +++ b/Lib/collections/abc.py
@@ -1,2 +1,3 @@ from _collections_abc import * from _collections_abc import __all__ +from _collections_abc import _CallableGenericAlias