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()