From e21432453211102bb807d9bb5ff16f4db07f6de0 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Sat, 2 May 2026 16:16:38 +0100 Subject: [PATCH] gh-146527: Remove private module entry from what's new (#149284) Remove private module entry from what's new --- Doc/whatsnew/3.15.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 588624c59cf..b63e7a4790e 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -700,16 +700,6 @@ arguments (:pep:`791`). Improved modules ================ -_remote_debugging ------------------ - -* Added :class:`!GCMonitor` and :func:`!get_gc_stats` to the - :mod:`!_remote_debugging` module to read garbage collection statistics - from a running Python process without constructing a :class:`!RemoteUnwinder`. - Results are returned as :class:`!GCStatsInfo` objects. - (Contributed by Sergey Miryanov and Pablo Galindo in :gh:`146527`.) - - argparse --------