From: Pablo Galindo Salgado Date: Sat, 2 May 2026 15:16:38 +0000 (+0100) Subject: gh-146527: Remove private module entry from what's new (#149284) X-Git-Tag: v3.15.0b1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21432453211102bb807d9bb5ff16f4db07f6de0;p=thirdparty%2FPython%2Fcpython.git gh-146527: Remove private module entry from what's new (#149284) Remove private module entry from what's new --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 588624c59cf7..b63e7a4790e9 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 --------