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

This is an experimental patch that limits the frequency of stat() calls in 
_FileFinder.find_module(). It speeds up finding modules by 2x here, but 
unfortunately breaks some tests (which expect modules to appear immediately 
when created).

----------
components: Library (Lib)
files: imptime.patch
keywords: patch
messages: 153809
nosy: brett.cannon, ncoghlan, pitrou
priority: low
severity: normal
status: open
title: Avoid more stat() calls in importlib
type: performance
versions: Python 3.3
Added file: http://bugs.python.org/file24583/imptime.patch

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

Reply via email to