[feat] [python] relieve stack overflow

This commit is contained in:
gaoshuaixing
2025-05-21 09:59:45 +08:00
parent a262671520
commit 12604550df

View File

@@ -1,4 +1,8 @@
from cx_Freeze import setup, Executable
import sys
# relieve stack overflow
sys.setrecursionlimit(5000)
# 创建可执行文件的配置
executableApp = Executable(