From a725e1a07cfc3243261cc39d675d6cfa4e4a7da7 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 13 Feb 2025 17:00:54 +0800 Subject: [PATCH] ... --- src/public/modules.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/public/modules.c b/src/public/modules.c index c9412da7..74d00564 100644 --- a/src/public/modules.c +++ b/src/public/modules.c @@ -191,11 +191,6 @@ static bool builtins_exit(int argc, py_Ref argv) { } exit(code); return false; - // py_TValue sso_code; - // py_newint(&sso_code, code); - // bool ok = py_tpcall(tp_SystemExit, 1, &sso_code); - // if(!ok) return false; - // return py_raise(py_retval()); } static bool builtins_input(int argc, py_Ref argv) {