]> granicus.if.org Git - python/commit
remove_stderr_debug_decorations(): Always try the substitution. Else
authorTim Peters <tim.peters@gmail.com>
Thu, 14 Oct 2004 04:16:54 +0000 (04:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 14 Oct 2004 04:16:54 +0000 (04:16 +0000)
commit1dbf2434d57566f831122b781d90c67536552548
tree24ed003ae12cb0d189d2003b209f526c7e650e7f
parentf7c8d9320beeadaec7114186d6b3ceeae8a80c1c
remove_stderr_debug_decorations():  Always try the substitution.  Else
this test failed under the combination of passing -O to a debug-build
Python.  Now all 4 of those pass ({debug, release} x {-O, no -O}).
Lib/test/test_subprocess.py