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.
如何调试用 C 编写的 Python 扩展?我发现一些链接说我们需要构建 Python 调试,但是如果我们没有 root 访问权限,我们该怎么做呢?我安装了 Python 2.7。
您可以在您的主文件夹中编译启用调试的版本 python 而无需 root 访问权限,并针对该版本开发 C 扩展。