Skip to content

Commit 700afb8

Browse files
updated allowlist (removed MappingProxyType after get-method change)
1 parent fd3d08c commit 700afb8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

stdlib/@tests/stubtest_allowlists/py313.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ multiprocessing.managers._BaseDictProxy.keys
7878
multiprocessing.managers._BaseDictProxy.popitem
7979
multiprocessing.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-
8481
typing_extensions.Protocol # Super-special typing primitive
8582

8683

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ multiprocessing.managers._BaseDictProxy.keys
113113
multiprocessing.managers._BaseDictProxy.popitem
114114
multiprocessing.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-
119116
typing_extensions.Protocol # Super-special typing primitive
120117

121118

0 commit comments

Comments
 (0)