STINNER Victor added the comment:

+@unittest.skipIf(python_is_optimized(),
+                 "Python was compiled with optimizations")
 class PrettyPrintTests(DebuggerTests):

I disagree with this skip. I just compiled Python with "./configure" and GCC: 
these tests pass. Except of one buildbot, PGO is not used on buildbots nor 
Travis CI. I would prefer to keep running these tests by default, but only skip 
on PGO build.

By the way, would it maybe possible to find the missing information "<optimized 
out>" from other variables?

----------
nosy: +haypo

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

Reply via email to