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 pitrou
Date 2010-05-15.21:10:58
SpamBayes Score 0.00016562891
Marked as misclassified No
Message-id <1273957861.75.0.135836839803.issue8727@psf.upfronthosting.co.za>
In-reply-to
Content
[...]
test_import
Warning -- sys.path was modified by test_import
test test_import failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_import.py", line 167, in test_module_with_large_stack
    exec('import ' + module)
  File "<string>", line 1, in <module>
  File "/home/antoine/py3k/__svn__/Lib/importlib/_bootstrap.py", line 151, in decorated
    return fxn(self, module)
  File "/home/antoine/py3k/__svn__/Lib/importlib/_bootstrap.py", line 320, in load_module
    code_object = self.get_code(module.__name__)
  File "/home/antoine/py3k/__svn__/Lib/importlib/_bootstrap.py", line 429, in get_code
    "object for {0!r}".format(fullname))
ImportError: no source or bytecode available to create code object for 'longlist'
History
Date User Action Args
2010-05-15 21:11:01pitrousetrecipients: + pitrou
2010-05-15 21:11:01pitrousetmessageid: <1273957861.75.0.135836839803.issue8727@psf.upfronthosting.co.za>
2010-05-15 21:10:59pitroulinkissue8727 messages
2010-05-15 21:10:58pitroucreate