利用cython将python转为c代码

2023-01-31 05:01:56 代码 利用 转为

1. 安装cython

2. cython test.py --embed

3. GCc `python-config --cflags` `Python-config --ldflags` test.c -o test

相关文章