We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc699e3 commit a929c0cCopy full SHA for a929c0c
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-04-10-23-13-19.gh-issue-146527.P3Xv4Q.rst
@@ -1,3 +1,5 @@
1
-Add internal function ``get_gc_stats`` to the :mod:`!_remote_debugging`
2
-module to allow read GC statistics from an external Python process.
+Add a ``get_gc_stats`` method to the ``RemoteUnwinder`` class
+module to allow reading GC statistics from an external Python process.
3
+Add a ``GCMonitor`` class to the :mod:`!_remote_debugging` module
4
+for cases where the full ``RemoteUnwinder`` functionality is not required.
5
Patch by Sergey Miryanov.
0 commit comments