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 brett.cannon
Recipients brett.cannon
Date 2015-03-31.13:35:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427808935.25.0.609166440001.issue23820@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_importlib/test_spec.py", line 224, in test_cached_sourceless
    self.assertEqual(self.loc_spec.cached, 'spam.pyc')
AssertionError: None != 'spam.pyc'
History
Date User Action Args
2015-03-31 13:35:35brett.cannonsetrecipients: + brett.cannon
2015-03-31 13:35:35brett.cannonsetmessageid: <1427808935.25.0.609166440001.issue23820@psf.upfronthosting.co.za>
2015-03-31 13:35:35brett.cannonlinkissue23820 messages
2015-03-31 13:35:35brett.cannoncreate