Hunter

Latest version: v3.7.0

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

1.4.1

------------------

* Fix support for getting sources for Cython module (it was broken on Windows and Python3.5+).

1.4.0

------------------

* Added support for tracing Cython modules (`30 <https://github.com/ionelmc/python-hunter/issues/30>`_). A
` cython: linetrace=True` stanza or equivalent is required in Cython modules for this to work.

1.3.0

------------------

* Added :attr:`hunter.event.Event.thread`.
* Added :attr:`hunter.event.Event.threadid` and :attr:`hunter.event.Event.threadname`
(available for filtering with :func:`hunter.Q`).
* Added :attr:`hunter.event.Event.threading_support` argument to :func:`hunter.trace`.
It makes new threads be traced and changes action output to include thread name.
* Added support for using `pdb++ <https://pypi.org/project/pdbpp/>`_ in the :class:`hunter.actions.Debugger` action.
* Added support for using `manhole <https://pypi.org/project/manhole/>`_ via a new :class:`hunter.actions.Manhole`
action.
* Made the :attr:`hunter.event.Event.handler` a public but readonly property.

1.2.2

------------------

* Fix broken import. Require ``fields>=4.0``.
* Simplify a string check in Cython code.

1.2.1

------------------

* Fix "KeyError: 'normal'" bug in :class:`hunter.actions.CallPrinter`. Create the NO_COLORS dict from the COLOR dicts.
Some keys were missing.

1.2.0

------------------

* Fixed printouts of objects that return very large string in ``__repr__()``. Trimmed to 512. Configurable in actions
with the ``repr_limit`` option.
* Improved validation of :class:`hunter.actions.VarsPrinter`'s initializer.
* Added a :class:`hunter.actions.CallPrinter` action.

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.