Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@ionelmc ionelmc released this 24 Mar 19:56
· 21 commits to master since this release
  • Fixed memory leak via sys.last_type, sys.last_value,
    sys.last_traceback. Contributed by Anton Ryzhov in
    #59.
  • Fixed a bunch of double-close bugs and simplified stream handler
    code. Contributed by Anton Ryzhov in
    #58.
  • Loosen up pid argument parsing in manhole-cli to allow using
    paths with any prefix (not just /tmp).