[issue7332] python script segment fault at PyMarshal_ReadLastObjectFromFile in import_submodule

Antoine Pitrou report at bugs.python.org
Sat Apr 17 17:44:04 CEST 2010


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7332>
_______________________________________


More information about the Python-bugs-list mailing list