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 grahamd
Recipients ezio.melotti, flox, grahamd, orsenthil
Date 2013-05-20.08:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369040032.47.0.962201379829.issue18020@psf.upfronthosting.co.za>
In-reply-to
Content
Importing the cgi module the first time even in Python 2.X was always very expensive. I would suggest you redo the test using timing done inside of the script after modules have been imported so as to properly separate module import time in both cases from execution time of the specific function.
History
Date User Action Args
2013-05-20 08:53:52grahamdsetrecipients: + grahamd, orsenthil, ezio.melotti, flox
2013-05-20 08:53:52grahamdsetmessageid: <1369040032.47.0.962201379829.issue18020@psf.upfronthosting.co.za>
2013-05-20 08:53:52grahamdlinkissue18020 messages
2013-05-20 08:53:52grahamdcreate