[issue23822] test_py_compile fails under -O

2015-04-13 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the patch, Serhiy, but my PEP 488 patch invalidated yours. I just skipped it under -O rather than weakening the test to also work under -O. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___

[issue23822] test_py_compile fails under -O

2015-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset f4dd8629ec98 by Brett Cannon in branch 'default': Issue #23822: Fix test_py_compile to not fail under -O. https://hg.python.org/cpython/rev/f4dd8629ec98 -- nosy: +python-dev ___ Python tracker

[issue23822] test_py_compile 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/file38760/issue23822.patch ___ Python tracker _

[issue23822] test_py_compile fails under -O

2015-03-31 Thread Brett Cannon
New submission from Brett Cannon: == FAIL: test_double_dot_no_clobber (__main__.PyCompileTests) -- Traceback (most recent call last): File "/Users/bcannon/Rep