Homec4science

errorlib: gracefully skip failing repr()

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on May 10 2011, 14:25.

Description

errorlib: gracefully skip failing repr()

  • When performing the frame analysis of a traceback if repr() is called on a variable that is not fully initialized (e.g. because the exception was raised in the very body of the init call of the same variable) gracefully skip the representation of this variable.
  • Do not double repr()-esent variables in frame analysis.

Details

Committed
Tibor Simko <tibor.simko@cern.ch>May 10 2011, 16:59
Parents
R3600:a63b35940caf: WebAccess: add index to accMAILCOOKIE
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:b0a2dd903dd9: errorlib: gracefully skip failing repr() (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).May 10 2011, 16:59