Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はPythonバージョン2.6.4を使用しています
拡張モジュールを終了/アンロードするときに、C ライブラリから呼び出さなければならない関数があります。C拡張モジュールのatexitに相当するものは何ですか?
このPy_AtExit()関数は、最大 32 個のクリーンアップ関数を登録するために使用できます。
Py_AtExit()