File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ public final boolean acquire(PythonContext context) {
244
244
public abstract void release (PythonContext context , boolean wasAcquired );
245
245
246
246
/**
247
- * Release the GIL if it is currently owned by this Thread and preemption is allowed.
248
- * Preemption may be disabled while running C extension code that does not expect to
249
- * be preempted or for certain built-in operations of the implementation.
247
+ * Release the GIL if it is currently owned by this Thread and preemption is allowed. Preemption
248
+ * may be disabled while running C extension code that does not expect to be preempted or for
249
+ * certain built-in operations of the implementation.
250
250
*
251
251
* @return {@code true} if GIL was released, {@code false} if it wasn't locked by this Thread
252
252
*/
You can’t perform that action at this time.
0 commit comments