用 C++ 开发 Python 扩展 PyCXX
jopen
12年前
PyCXX是一组类能够实现用C++语言来创建Python 扩展。
The first part encapsulates the Python C API taking care of exceptions and ref counting.
The second part supports the building of Python extension modules in C++.