Explorar o código

Update internal.c

blueloveTH hai 1 ano
pai
achega
1b53568733
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/public/internal.c

+ 2 - 1
src/public/internal.c

@@ -13,7 +13,8 @@ static py_TValue _True, _False, _None, _NIL;
 
 void py_initialize() {
     if(pk_current_vm){
-        c11__abort("py_initialize() can only be called once!");
+        // c11__abort("py_initialize() can only be called once!");
+        return;
     }
 
     MemoryPools__initialize();