pikasTech / PikaPython

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.
http://pikapython.com/
MIT License
1.45k stars 132 forks source link

_thread模块资源释放问题 #343

Open cyc36880 opened 1 month ago

cyc36880 commented 1 month ago

Image_1719411007512_edit_192809813670577 当任务里的延时比最下方while里的延时长时,脚本退出后,任务资源无法释放

[版本] pikascript v1.13.3 pikastdlib v1.13.3 time v0.2.1 pika_fatfs v0.1.3 _thread v0.0.6