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 Thomas.Smith, ezio.melotti, liang, neologix, pitrou, tim.peters
Date 2010-04-17.15:44:02
SpamBayes Score 4.5993263e-05
Marked as misclassified No
Message-id <1271519044.25.0.512883819661.issue7332@psf.upfronthosting.co.za>
In-reply-to
Content
A small benchmark shows no difference in startup time when disabling the stack buffer. (this is on Linux: of course, the problem might be that the glibc is heavily optimized)

The benchmark was a simple:
$ time ./python -E -c "import logging, pydoc, xmlrpclib, urllib, urllib2, unittest, doctest, profile, smtplib, httplib, fractions, decimal, codecs, difflib, argparse, distutils, email, imaplib, idlelib, json, _pyio, poplib, ftplib"
History
Date User Action Args
2010-04-17 15:44:04pitrousetrecipients: + pitrou, tim.peters, ezio.melotti, liang, Thomas.Smith, neologix
2010-04-17 15:44:04pitrousetmessageid: <1271519044.25.0.512883819661.issue7332@psf.upfronthosting.co.za>
2010-04-17 15:44:02pitroulinkissue7332 messages
2010-04-17 15:44:02pitroucreate