[Python-checkins] cpython: Close #19379: Lazily import linecache in the warnings module, to make startup

Antoine Pitrou solipsis at pitrou.net
Thu Oct 24 22:49:55 CEST 2013


On Thu, 24 Oct 2013 16:40:46 -0400
Brett Cannon <brett at python.org> wrote:
> The diff doesn't show an addition to BENCH_GROUPS. Maybe apps?

I don't know, it seems "apps" is for whole-blown application usage,
while the Tornado HTTP benchmark is quite synthetic: there are many
things not in "apps", such as the Django and Mako benchmarks.

(I suppose you meant to reply to the benchmarks checkin :-))

Regards

Antoine.


> 
> 
> On Thu, Oct 24, 2013 at 4:24 PM, antoine.pitrou
> <python-checkins at python.org>wrote:
> 
> > http://hg.python.org/cpython/rev/8939c0196990
> > changeset:   86603:8939c0196990
> > user:        Antoine Pitrou <solipsis at pitrou.net>
> > date:        Thu Oct 24 22:23:42 2013 +0200
> > summary:
> >   Close #19379: Lazily import linecache in the warnings module, to make
> > startup with warnings faster until a warning gets printed.
> >
> > files:
> >   Lib/warnings.py |  6 ++----
> >   Misc/NEWS       |  3 +++
> >   2 files changed, 5 insertions(+), 4 deletions(-)




More information about the Python-checkins mailing list