hunter v1.1.0 Release Notes
Release Date: 2016-01-21 // about 7 years ago-
- Implemented a destructor (
__dealloc__
) for the Cython tracer. - ๐ Improved the restoring of the previous tracer in the Cython tracer (use
PyEval_SetTrace
) directly. - โ Removed
tracer
as an allowed filtering argument inhunter.Query
. - โ Add basic validation (must be callable) for positional arguments and actions passed into
hunter.Q
. Closes#23 <https://github.com/ionelmc/python-hunter/issues/23>
_. - ๐ Fixed
stdlib
checks (wasn't very reliable). Closes#24 <https://github.com/ionelmc/python-hunter/issues/24>
_.
- Implemented a destructor (