[New-bugs-announce] [issue8565] Always run regrtest.py with -bb

STINNER Victor report at bugs.python.org
Thu Apr 29 01:17:02 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

-bb option helps debug because it detects errors earlier (comparing byte and unicode strings looks strange, it should be a bug).

Attached patch re-exec regrtest.py with -bb if -bb was not used.

----------
components: Tests
files: regrtest_bb.patch
keywords: patch
messages: 104474
nosy: haypo
priority: normal
severity: normal
status: open
title: Always run regrtest.py with -bb
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file17124/regrtest_bb.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8565>
_______________________________________


More information about the New-bugs-announce mailing list