Skip to content

Commit 050fa13

Browse files
Fix pickling
1 parent 588d421 commit 050fa13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/_collections_abc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"MappingView", "KeysView", "ItemsView", "ValuesView",
2222
"Sequence", "MutableSequence",
2323
"ByteString",
24+
# To allow for pickling, not actually meant to be imported.
25+
"_CallableGenericAlias"
2426
]
2527

2628
# This module has been renamed from collections.abc to _collections_abc to

0 commit comments

Comments
 (0)