Skip to content

Commit 35061ce

Browse files
committed
Fix: adopt to modified isolates API.
1 parent abc31bb commit 35061ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def run_shared_lib_test(args=None):
592592
593593
int32_t main(int32_t argc, char **argv) {
594594
poly_isolate_params isolate_params = {};
595-
if (poly_create_isolate(&isolate_params, &global_isolate)) {
595+
if (poly_create_isolate(&isolate_params, &global_isolate, &isolate_thread)) {
596596
return 1;
597597
}
598598
return test_basic_python_function();

0 commit comments

Comments
 (0)