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 donmez
Recipients brett.cannon, donmez
Date 2009-05-08.05:06:47
SpamBayes Score 0.00010589682
Marked as misclassified No
Message-id <1241759234.94.0.106371899822.issue5442@psf.upfronthosting.co.za>
In-reply-to
Content
Down to 1 failure:

FAILED (failures=1)
test test_importlib failed -- Traceback (most recent call last):
  File "/Users/cartman/Python-
3.1b1/Lib/importlib/test/source/test_abc_loader.py", line 271, in 
test_lacking_parent
    self.verify_bytecode(mock, name)
  File "/Users/cartman/Python-3.1b1/Lib/importlib/test/source/util.py", 
line 18, in wrapper
    to_return = fxn(*args, **kwargs)
  File "/Users/cartman/Python-
3.1b1/Lib/importlib/test/source/test_abc_loader.py", line 253, in 
verify_bytecode
    self.assertIn(name, mock.module_bytecode)
AssertionError: 'pkg.mod' not found in {}
History
Date User Action Args
2009-05-08 05:07:18donmezsetrecipients: + donmez, brett.cannon
2009-05-08 05:07:14donmezsetmessageid: <1241759234.94.0.106371899822.issue5442@psf.upfronthosting.co.za>
2009-05-08 05:07:11donmezlinkissue5442 messages
2009-05-08 05:07:04donmezcreate