New submission from Brett Cannon:

======================================================================
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'

----------
assignee: brett.cannon
components: Tests
messages: 239705
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: test_importlib fails under -O
versions: Python 3.5

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

Reply via email to