Skip to content
Merged
Changes from 1 commit
Commits
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
gh-145846: Fix NEWS entry to use double backticks for _lsprof
  • Loading branch information
raminfp committed Mar 12, 2026
commit 389e3690456dbf769a28e877978b276d3424c678
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix memory leak in :mod:`_lsprof` when ``clear()`` is called during active
Fix memory leak in ``_lsprof`` when ``clear()`` is called during active
profiling with nested calls. ``clearEntries()`` now walks the entire
``currentProfilerContext`` linked list instead of only freeing the top context.
Loading