aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-20 19:41:11 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-20 19:41:11 +0100
commitc229e6e8ff6de61581f59266dc553f04f2c870c3 (patch)
tree3183a8ab52345140643c99700cd7b828aba7eed8 /Python/dynload_hpux.c
parentIssue #13641: Decoding functions in the base64 module now accept ASCII-only u... (diff)
downloadcpython-c229e6e8ff6de61581f59266dc553f04f2c870c3.tar.gz
cpython-c229e6e8ff6de61581f59266dc553f04f2c870c3.tar.bz2
cpython-c229e6e8ff6de61581f59266dc553f04f2c870c3.zip
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).
This will improve import performance a bit (especially under importlib).
Diffstat (limited to 'Python/dynload_hpux.c')
-rw-r--r--Python/dynload_hpux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index 3ebbbad01f1..1004010902f 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -15,7 +15,6 @@
const struct filedescr _PyImport_DynLoadFiletab[] = {
{SHLIB_EXT, "rb", C_EXTENSION},
- {"module"SHLIB_EXT, "rb", C_EXTENSION},
{0, 0}
};