4. C および C++ 拡張のビルド
A C extension for CPython is a shared library (for example, a.so file on Linux,.pyd on Windows), which exports an initialization function. See 拡張モジュールの定義 for details. setuptools による C および C++ 拡張のビル...