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 a4ffa74 commit 1ff5f2eCopy full SHA for 1ff5f2e
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/AsyncHandler.java
@@ -119,8 +119,8 @@ protected boolean proceed() {
119
120
@Override
121
public final void execute(PythonContext context) {
122
- Object callable = callable();
123
do {
+ Object callable = callable();
124
if (callable != null) {
125
Object[] arguments = arguments();
126
Object[] args = PArguments.create(arguments.length + CallRootNode.ASYNC_ARG_COUNT);
0 commit comments