当前位置: 软件>C/C++软件
用 C++ 开发 Python 扩展 PyCXX
本文导语: 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...
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++.