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 krivushinme
Recipients krivushinme
Date 2017-06-26.13:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498483385.09.0.415131659339.issue30767@psf.upfronthosting.co.za>
In-reply-to
Content
Logging checking `if exc_info:` and this maybe incorrect, due exception instance can have __bool__ method and thus can be false. If this is a case, then error that is return false from __bool__ will cause logging to swallow traceback. We need to check exc_info correctly. Will do PR myself.
History
Date User Action Args
2017-06-26 13:23:05krivushinmesetrecipients: + krivushinme
2017-06-26 13:23:05krivushinmesetmessageid: <1498483385.09.0.415131659339.issue30767@psf.upfronthosting.co.za>
2017-06-26 13:23:05krivushinmelinkissue30767 messages
2017-06-26 13:23:05krivushinmecreate