Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).

This will improve import performance a bit (especially under importlib).
This commit is contained in:
Antoine Pitrou 2012-02-20 19:41:11 +01:00
parent ea6b4d5f70
commit c229e6e8ff
7 changed files with 17 additions and 10 deletions

View file

@ -10,7 +10,6 @@
const struct filedescr _PyImport_DynLoadFiletab[] = {
{".so", "rb", C_EXTENSION},
{"module.so", "rb", C_EXTENSION},
{0, 0}
};