Skip to content

Commit 8e1be30

Browse files
committed
removed already intrinsified python_cext.PyDictProxy_New
1 parent 9a91c6b commit 8e1be30

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

graalpython/lib-graalpython/python_cext.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ def decorator(fun):
5151
return make_may_raise_wrapper(fun, error_result)
5252
return decorator
5353

54-
##################### MAPPINGPROXY
55-
56-
57-
def PyDictProxy_New(mapping):
58-
mappingproxy = type(type.__dict__)
59-
return mappingproxy(mapping)
60-
6154
@may_raise
6255
def PyIter_Next(itObj):
6356
try:

0 commit comments

Comments
 (0)