Skip to content

Commit f44f709

Browse files
committed
removed empty lib-graalpython/method.py and object.py
1 parent 032cf3b commit f44f709

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,9 @@ public abstract class Python3Core extends ParserErrorCallback {
346346
private static String[] initializeCoreFiles() {
347347
// Order matters!
348348
List<String> coreFiles = new ArrayList<>(Arrays.asList(
349-
"object",
350349
"type",
351350
"_imp",
352351
"function",
353-
"method",
354352
"_frozen_importlib",
355353
"__graalpython__",
356354
"_weakref",

graalpython/lib-graalpython/method.py

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

graalpython/lib-graalpython/object.py

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

0 commit comments

Comments
 (0)