File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ public Node copy() {
217
217
* Wrap the execution of a Python callee called from a Python frame.
218
218
*/
219
219
public void enter (VirtualFrame frame ) {
220
- // TODO: assert PythonLanguage.getContext().ownsGil() : PythonContext.dumpStackOnAssertionHelper("callee w/o GIL");
220
+ // TODO: assert PythonLanguage.getContext().ownsGil() :
221
+ // PythonContext.dumpStackOnAssertionHelper("callee w/o GIL");
221
222
// tfel: Create our frame reference here and store it so that
222
223
// there's no reference to it from the caller side.
223
224
PFrame .Reference thisFrameRef = new PFrame .Reference (PArguments .getCallerFrameInfo (frame ));
You can’t perform that action at this time.
0 commit comments