[issue23820] test_importlib fails under -O

2015-04-13 Thread Brett Cannon

Brett Cannon added the comment:

The PEP 488 change actually fixed this.

--
resolution:  - out of date
stage: patch review - resolved
status: open - closed

___
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



[issue23820] test_importlib fails under -O

2015-03-31 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Here is a patch.

--
keywords: +patch
nosy: +serhiy.storchaka
stage: needs patch - patch review
Added file: http://bugs.python.org/file38761/issue23820.patch

___
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



[issue23820] test_importlib fails under -O

2015-03-31 Thread Brett Cannon

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