Comment 3 for bug 1327476

Revision history for this message
Matt Riedemann (mriedem) wrote :

This is the bug:

if not isinstance(exc_tb, str) and exc_tb is not None:

exc_tb is a unicode object, not str.