New submission from Brett Cannon:

======================================================================
FAIL: test_double_dot_no_clobber (__main__.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/bcannon/Repositories/cpython/default/Lib/test/test_py_compile.py", line 
115, in test_double_dot_no_clobber
    'foo.bar.{}.pyc'.format(sys.implementation.cache_tag)))
AssertionError: '__pycache__/foo.bar.cpython-35.pyo' != 
'__pycache__/foo.bar.cpython-35.pyc'
- __pycache__/foo.bar.cpython-35.pyo
?                                  ^
+ __pycache__/foo.bar.cpython-35.pyc
?

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

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

Reply via email to