PikaPython
PikaPython copied to clipboard
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 proje...
Hi , I am trying this library with Macos, but It seems that pikaPackageManager is only available in Windows. Is there a version or script that supports Macos/linux? In addition,...
PRI macros should be used for uintptr_t. Calling a printf-like function with the wrong type of arguments causes unpredictable behavior.
### 问题现象 1. 函数带默认值参数无法被传入值覆盖  2. 函数的位置参数(tuple)包含了本应赋值给带默认值参数的值 
### 问题现象 当函数调用传参显示指定入参名时,其后关键词参数未填写导致脚本异常退出  ### 预期结果 应同func(1)输出,不异常退出
### 问题现象 
Version: pikascript-core==v1.13.3 PikaStdLib==v1.13.3 如下图,这个pc 我理解 是执行当前当前断点位置? 但是这里始终显示120。 