Skip to content

2020.6.0

  • 2020.6.0
  • b8f094b
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • 2020.6.0
  • b8f094b
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@diox diox tagged this 10 Jun 11:28
https://docs.python.org/3/library/logging.html#logrecord-objects mentions
exc_info should be a tuple or None, but False can be passed to a log statement
according to https://docs.python.org/3/library/logging.html#logging.debug and
when that happens, the exc_info on the LogRecord object *will* be False as
well, so we need to handle that to avoid crashing.
Assets 2
Loading