We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9eb65d commit bcd14eaCopy full SHA for bcd14ea
1 file changed
CHANGELOG.rst
@@ -2,6 +2,18 @@
2
Changelog
3
=========
4
5
+
6
+3.3.3 (2021-05-04)
7
+------------------
8
9
+* Fixed tracer still being active for other threads after it was stopped.
10
11
+ Python unfortunatelly only allows removing the trace function for the current thread -
12
+ now :obj:`~hunter.tracer.Tracer` will uninstall itself if it's marked as stopped.
13
14
+ This fixes bogus errors that appear when using ``ipdb`` with
15
+ the :class:`hunter.actions.Debugger` action while thread support is enabled (the default).
16
17
3.3.2 (2021-03-25)
18
------------------
19
0 commit comments