Skip to content

Commit 364726b

Browse files
committed
remove impl details
1 parent 011f3f0 commit 364726b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/profiling.sampling.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -567,12 +567,6 @@ up the call stack (after ``raise`` but before being caught), or when code is
567567
executing inside an ``except`` block where exception information is still
568568
present in the thread state.
569569

570-
The profiler detects exceptions by checking two internal thread state fields:
571-
the ``current_exception`` field (set when an exception is actively propagating)
572-
and the ``exc_info`` field (set when inside an ``except`` block). When either
573-
field contains an exception object, the thread is considered to have an active
574-
exception.
575-
576570
The following example illustrates which code regions are captured:
577571

578572
.. code-block:: python

0 commit comments

Comments
 (0)