This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.araujo, ezio.melotti, nadeem.vawda, ncoghlan, pitrou, python-dev, tarek, terry.reedy
Date 2011-10-11.14:53:08
SpamBayes Score 3.416021e-07
Marked as misclassified No
Message-id <1318344789.2.0.273667856151.issue13150@psf.upfronthosting.co.za>
In-reply-to
Content
Pre-parsing and building a cached module of built-time variables (from Makefile and pyconfig.h) under POSIX also removes more than 15% of startup time. Patch attached.
History
Date User Action Args
2011-10-11 14:53:09pitrousetrecipients: + pitrou, terry.reedy, ncoghlan, nadeem.vawda, tarek, ezio.melotti, eric.araujo, python-dev
2011-10-11 14:53:09pitrousetmessageid: <1318344789.2.0.273667856151.issue13150@psf.upfronthosting.co.za>
2011-10-11 14:53:08pitroulinkissue13150 messages
2011-10-11 14:53:08pitroucreate