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.
我有一个关于如何在 Cython 中调用多线程 C 函数的问题。
在 C 函数中执行多线程操作之前/之后是否需要释放/获取 GIL?
或者我可以像普通的 C 函数一样使用它吗?
我应该按照此处的说明进行一般 Python 扩展吗?
你应该看过几个部分。
http://docs.python.org/c-api/init.html#non-python-created-threads