Skip to content

Commit 8da1abc

Browse files
committed
Fix style
1 parent 864f351 commit 8da1abc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@ Object generic(VirtualFrame frame, Object wSource, Object wFilename, Object wMod
12101210
}
12111211
if (AstModuleBuiltins.isAst(getContext(), wSource)) {
12121212
ModTy mod = AstModuleBuiltins.obj2sst(getContext(), wSource);
1213-
// TODO _PyAST_Validate
12141213
Source source = createFakeSource();
12151214
RootCallTarget rootCallTarget = getLanguage().compileForBytecodeInterpreter(getContext(), mod, source, false, optimize, null, null);
12161215
return wrapRootCallTarget(rootCallTarget);

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/lib/PyLongCheckNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

0 commit comments

Comments
 (0)