This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: runtests.sh: use -bb flag of Python
Type: Stage:
Components: Versions: Python 3.0
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, barry, vstinner
Priority: normal Keywords: patch

Created on 2008-10-14 23:06 by vstinner, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
runtests.patch vstinner, 2008-10-14 23:06
Messages (4)
msg74781 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2008-10-14 23:06
The -bb (raise ByteWarning error) is useful for debugging and needed 
to improve bytes/unicode distinction in Python3. Here is a small patch 
to always run Python with -bb option.

The patch helps issue3988 test.
msg74890 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2008-10-17 01:50
r66950
msg74900 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-10-17 08:12
Barry, did you *really* apply this change? I can't find it anywhere. 

r66950 does not contains runtests.sh:
http://mail.python.org/pipermail/python-3000-checkins/2008-October/004752.html
msg74903 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2008-10-17 12:06
r66957.  really.  fer sher.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48375
2008-10-17 12:06:04barrysetstatus: open -> closed
messages: + msg74903
2008-10-17 08:12:46amaury.forgeotdarcsetstatus: closed -> open
nosy: + amaury.forgeotdarc
messages: + msg74900
2008-10-17 01:50:57barrysetstatus: open -> closed
nosy: + barry
messages: + msg74890
2008-10-14 23:06:39vstinnercreate