]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146527: Remove private module entry from what's new (#149284)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 2 May 2026 15:16:38 +0000 (16:16 +0100)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 15:16:38 +0000 (15:16 +0000)
Remove private module entry from what's new

Doc/whatsnew/3.15.rst

index 588624c59cf74b96af2c57efb4e9669a07219dee..b63e7a4790e9af60a36c8009c4990e34fb091dcb 100644 (file)
@@ -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
 --------