-
由 Garming Sam 提交于
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.
674485e1