PyCXX用 C++ 开发 Python 扩展
PyCXX 项目的目的是为了简化用 C++ 开发 Python 扩展。
PyCXX is a set of classes to help create extensions of Python in the C++ language.
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++.
评论