this repo has no description

Revert "Use .skybison.so in extension_suffixes"

This is causing tests to fail. Investigate more later.

This reverts commit 8519e1fc2235d992eedcf5568f8adc60281c58f3.

+1 -1
+1 -1
library/_imp.py
··· 55 55 56 56 57 57 def extension_suffixes(): 58 - return [".skybison.so", ".abi3.so", ".so"] 58 + return [".pyro.so", ".abi3.so", ".so"] 59 59 60 60 61 61 def _code_update_filenames_recursive(code, old_name, new_name):