Explorar el Código

Update internal.c

blueloveTH hace 1 año
padre
commit
1b53568733
Se han modificado 1 ficheros con 2 adiciones y 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() {
 void py_initialize() {
     if(pk_current_vm){
     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();
     MemoryPools__initialize();