Skip to content

v3.3.3

Choose a tag to compare

@ionelmc ionelmc released this 08 May 17:00
· 224 commits to master since this release
  • Fixed tracer still being active for other threads after it was stopped.

    Python unfortunately only allows removing the trace function for the current thread - now hunter.tracer.Tracer will uninstall itself if it's marked as stopped.

    This fixes bogus errors that appear when using ipdb with the hunter.actions.Debugger action while thread support is enabled (the default).