File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ multiprocessing.managers._BaseDictProxy.keys
7878multiprocessing.managers._BaseDictProxy.popitem
7979multiprocessing.managers._BaseDictProxy.values
8080
81- # To match `dict`, we lie about the runtime, but use overloads to match the correct behavior
82- types.MappingProxyType.get
83-
8481typing_extensions.Protocol # Super-special typing primitive
8582
8683
Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ multiprocessing.managers._BaseDictProxy.keys
113113multiprocessing.managers._BaseDictProxy.popitem
114114multiprocessing.managers._BaseDictProxy.values
115115
116- # To match `dict`, we lie about the runtime, but use overloads to match the correct behavior
117- types.MappingProxyType.get
118-
119116typing_extensions.Protocol # Super-special typing primitive
120117
121118
You can’t perform that action at this time.
0 commit comments