https://github.com/python/cpython/commit/e21432453211102bb807d9bb5ff16f4db07f6de0 commit: e21432453211102bb807d9bb5ff16f4db07f6de0 branch: main author: Pablo Galindo Salgado <[email protected]> committer: pablogsal <[email protected]> date: 2026-05-02T15:16:38Z summary:
gh-146527: Remove private module entry from what's new (#149284) Remove private module entry from what's new files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 588624c59cf74b..b63e7a4790e9af 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 -------- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
