New submission from Antoine Pitrou <pit...@free.fr>:

Stating module files of the form "xxxmodule.so" consumes all 1/3 of stat calls 
at startup. Looking at the site-packages folders on my machine, both for 2.7 
and 3.2, reveals no C extension that follows such naming.

This patch deprecates such module namings, so that they can be removed in a 
later version.

----------
components: Interpreter Core, Library (Lib)
files: impsuffix.patch
keywords: patch
messages: 153544
nosy: barry, brett.cannon, dmalcolm, loewis, neologix, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Deprecate some of the module file formats
type: performance
versions: Python 3.3
Added file: http://bugs.python.org/file24544/impsuffix.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14040>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to