Update internal.c

This commit is contained in:
blueloveTH 2024-10-17 20:43:23 +08:00
parent f22f61ac80
commit 1b53568733

View File

@ -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();