File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1463,8 +1463,8 @@ public abstract class ErrorMessages {
1463
1463
public static final TruffleString PY_CAPSULE_IMPORT_S_IS_NOT_VALID = tsLiteral ("PyCapsule_Import \" %s\" is not valid" );
1464
1464
public static final TruffleString CANNOT_BE_USED_AWAIT = tsLiteral ("object %s can't be used in 'await' expression" );
1465
1465
1466
+ // asyncio
1466
1467
public static final TruffleString AWAIT_RETURN_COROUTINE = tsLiteral ("__await__() returned a coroutine" );
1467
-
1468
1468
public static final TruffleString AWAIT_RETURN_NON_ITER = tsLiteral ("__await__() returned non-iterator of type '%s'" );
1469
1469
public static final TruffleString NO_RUNNING_EVENT_LOOP = tsLiteral ("no running event loop" );
1470
1470
public static final TruffleString CANT_ENTER_TASK_ALREADY_RUNNING = tsLiteral ("Cannot enter into task %s while another task %s is being executed." );
You can’t perform that action at this time.
0 commit comments