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.

Author vstinner
Recipients vstinner
Date 2010-04-28.23:16:58
SpamBayes Score 0.0019863355
Marked as misclassified No
Message-id <1272496622.45.0.3289728333.issue8565@psf.upfronthosting.co.za>
In-reply-to
Content
-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.
History
Date User Action Args
2010-04-28 23:17:02vstinnersetrecipients: + vstinner
2010-04-28 23:17:02vstinnersetmessageid: <1272496622.45.0.3289728333.issue8565@psf.upfronthosting.co.za>
2010-04-28 23:17:00vstinnerlinkissue8565 messages
2010-04-28 23:16:59vstinnercreate