mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update internal.c
This commit is contained in:
parent
f22f61ac80
commit
1b53568733
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user