[Python-Dev] _sre as part of python.dll

Tim Peters tim@zope.com
Thu, 8 Aug 2002 17:51:05 -0400


[Neil Schemenauer]
> A lot of people care about startup time.  I would like to see a few more
> modules included statically.

If the real goal is to reduce startup time, we should analyze where startup
time is being spent; random thrashing "in that general direction" won't
satisfy in the end.