Allow dynamic module loading using special .so prefix for PyPy
CPython extensions built for PyPy should be named used a special suffix
which includes the variant of Python e.g. .pypy-41.so. These can be
loaded at runtime (import module) without doing anything special and
will not be confused with regular Python CPython modules.
正在显示
请
注册
或者
登录
后发表评论