Skip to content

Commit ce3e992

Browse files
committed
"final" PythonContext
1 parent 0b238b3 commit ce3e992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
import com.oracle.truffle.api.TruffleLanguage.Env;
5454
import com.oracle.truffle.api.TruffleOptions;
5555

56-
public class PythonContext {
56+
public final class PythonContext {
5757

5858
private final PythonLanguage language;
5959
private PythonModule mainModule;

0 commit comments

Comments
 (0)