用 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++.

项目主页:http://www.open-open.com/lib/view/home/1347323778272