Skip to content

v0.3.0

Choose a tag to compare

@ionelmc ionelmc released this 29 Mar 13:33
· 1057 commits to master since this release
  • Added handling for internal repr failures.
  • Fixed issues with displaying code that has non-ascii characters.
  • Implemented better display for call frames so that when a function has decorators the
    function definition is shown (instead of just the first decorator).
    See: #8.