Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix NEWS entry Sphinx references
  • Loading branch information
pablogsal committed Dec 1, 2025
commit f16f8a526258ff8af3419a502318a76b8ec17514
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The :mod:`_remote_debugging` module now implements frame caching in the
:class:`RemoteUnwinder` class to reduce memory reads when profiling remote
The ``_remote_debugging`` module now implements frame caching in the
``RemoteUnwinder`` class to reduce memory reads when profiling remote
processes. When ``cache_frames=True``, unchanged portions of the call stack
are reused from previous samples, significantly improving profiling
performance for deep call stacks.