mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
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:
parent
ea6b4d5f70
commit
c229e6e8ff
7 changed files with 17 additions and 10 deletions
|
@ -11,7 +11,6 @@ extern char *Py_GetProgramName(void);
|
|||
|
||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||
{".o", "rb", C_EXTENSION},
|
||||
{"module.o", "rb", C_EXTENSION},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue