Skip to content

v3.2.0

Compare
Choose a tag to compare
@ionelmc ionelmc released this 08 May 16:57
· 229 commits to master since this release
  • Implemented the hunter.actions.StackPrinter action.
  • Implemented the hunter.predicates.Backlog predicate. Contributed by Dan Ailenei in #81.
  • Improved contributing section in docs a bit. Contributed by Tom Schraitle in #85.
  • Improved filtering performance by avoiding a lot of unnecessary PyObject_GetAttr calls in the Cython implementation of hunter.predicates.Backlog.
  • Implemented the hunter.actions.ErrorSnooper action.
  • Added support for profiling mode (eg: trace(profile=True)). This mode will use setprofile instead of settrace.
  • Added ARM64 wheels and CI.
  • Added hunter.event.Event.instruction and hunter.event.Event.builtin (usable in profile mode).
  • Added more cookbook entries.