From 1b535687336a73395e6cb82e13fc86ba0454bcc6 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 17 Oct 2024 20:43:23 +0800 Subject: [PATCH] Update internal.c --- src/public/internal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/internal.c b/src/public/internal.c index fd3aebf4..82cfa681 100644 --- a/src/public/internal.c +++ b/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();