Skip to content

Commit af46a57

Browse files
committed
Remove 'cpyext' folder.
1 parent c35614e commit af46a57

File tree

4 files changed

+2
-136
lines changed

4 files changed

+2
-136
lines changed

graalpython/benchmarks/src/micro/c-list-iterating-obj.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from . import ccompile
2-
31
code = """
42
#include "Python.h"
53
@@ -144,7 +142,7 @@
144142

145143

146144
ccompile("c_list_iterating_obj_module", code)
147-
from . import c_list_iterating_obj_module
145+
import c_list_iterating_obj_module
148146

149147
def iterate_list(ll, num):
150148
idxObj = c_list_iterating_obj_module.NativeMagicMethods()

graalpython/benchmarks/src/micro/cpyext/__init__.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

graalpython/benchmarks/src/micro/cpyext/c_member_access.py

Lines changed: 0 additions & 108 deletions
This file was deleted.

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
'special-len': ITER_10 + ['5'],
9292
'member_access': ITER_10 + ['5'],
9393
'c_member_access': ITER_25 + ['5'],
94-
'cpyext/c-list-iterating-obj': ITER_15 + ['10000000']
94+
'c-list-iterating-obj': ITER_15 + ['10000000']
9595
}
9696

9797

0 commit comments

Comments
 (0)