On Thu, 21 Jun 2012 17:08:09 +0300
Daniel Braniss <da...@cs.huji.ac.il> wrote:
> > There is such a thing in Python 3.3, although some stat() calls are
> > still necessary to know whether the directory caches are fresh.
> > Can you give it a try and provide some feedback?
> 
> WOW!
> with a sample python program:
> 
> in 2.7 there are:
>       stats   open
>       2736    9037
> in 3.3
>       288     57
> 
> now I have to fix my 2.7 to work with 3.3 :-)
> 
> any chance that this can be backported to 2.7?

Not a chance. It is all based on using importlib as the default import
mechanism, and that's a gory piece of work that we wouldn't port in a
bugfix release.

Regards

Antoine.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to