]> granicus.if.org Git - python/commit
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 18:41:11 +0000 (19:41 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 18:41:11 +0000 (19:41 +0100)
commitc229e6e8ff6de61581f59266dc553f04f2c870c3
tree3183a8ab52345140643c99700cd7b828aba7eed8
parentea6b4d5f70469071912e81cb29319996cfd990e0
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).

This will improve import performance a bit (especially under importlib).
Doc/whatsnew/3.3.rst
Misc/NEWS
Python/dynload_aix.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_next.c
Python/dynload_shlib.c