We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a237a59 commit a4b7f24Copy full SHA for a4b7f24
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java
@@ -143,7 +143,8 @@ public final class PythonContext {
143
private final PosixResources resources;
144
private final AsyncHandler handler;
145
146
- // A thread-local to store the full path to the currently active import statement, for Jython compat
+ // A thread-local to store the full path to the currently active import statement, for Jython
147
+ // compat
148
private final ThreadLocal<Stack<String>> currentImport = new ThreadLocal<>();
149
150
public PythonContext(PythonLanguage language, TruffleLanguage.Env env, PythonCore core) {
0 commit comments