Antoine Pitrou <pit...@free.fr> added the comment:

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"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7332>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to