Kaydet (Commit) 4eafe9ee authored tarafından Neal Norwitz's avatar Neal Norwitz

Oops, I forgot to include this file in the last commit (46046):

Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.

I suppose this could be backported if anyone cares.
üst 58e28887
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#endif #endif
const struct filedescr _PyImport_DynLoadFiletab[] = { const struct filedescr _PyImport_DynLoadFiletab[] = {
{".sl", "rb", C_EXTENSION}, {SHLIB_EXT, "rb", C_EXTENSION},
{"module.sl", "rb", C_EXTENSION}, {"module"SHLIB_EXT, "rb", C_EXTENSION},
{0, 0} {0, 0}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment