pypy ---- a Python Interpreter Implementation
通过 conda 安装
参考:https://conda-forge.org/blog/posts/2020-03-10-pypy/
1 2 3conda config --set channel_priority strict conda create -n pypy pypy conda activate pypy
参考:https://conda-forge.org/blog/posts/2020-03-10-pypy/
| |
综述
不严谨地说
ABI Vs. API
ABI
eg:
参考:
回答引文
Situation: Your own C / C++ source code using an unmodified LGPL library to produce a commercial product (with closed source code) that you can distribute to customers (for a fee).
专业级工具
Pyglet
函数: PyArg_ParseTuple
接口 (PyArg_ParseTuple(args, "ii", &num1, &num2)
| |