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 1e67ba1 commit 2943185Copy full SHA for 2943185
1 file changed
Misc/NEWS.d/next/Library/2026-04-06-00-00-00.gh-issue-148178.aSdBg0.rst
@@ -0,0 +1,5 @@
1
+Harden :mod:`!_remote_debugging` against malformed asyncio debug offset
2
+tables in the target process. The size and member offsets read from the
3
+remote ``AsyncioDebug`` section are now validated before use so that
4
+out-of-range values raise :exc:`RuntimeError` instead of being consumed
5
+by the unwinder.
0 commit comments