You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/cext/PythonCextCEvalBuiltins.java
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/cext/PythonCextPyStateBuiltins.java
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/PThreadState.java
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@
60
60
* <p>
61
61
* This wrapper does intentionally not implement {@link InteropLibrary#isPointer(Object)},
62
62
* {@link InteropLibrary#asPointer(Object)}, and {@link InteropLibrary#toNative(Object)} because the
63
-
* factory method {@link #getThreadState(PythonLanguage, PythonContext)} will already return the
64
-
* appropriate pointer object that implements that.
63
+
* factory method {@link #getOrCreateNativeThreadState(PythonLanguage, PythonContext)} will already
64
+
* return the appropriate pointer object that implements that.
0 commit comments