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 d23ca10 commit 329f549Copy full SHA for 329f549
Modules/_remote_debugging_module.c
@@ -2518,8 +2518,7 @@ process_frame_chain(
2518
frame == NULL &&
2519
// Bottommost frame is always native, so skip that one:
2520
next_frame_addr &&
2521
- // If the next frame will be reported as a GC frame, then
2522
- // don't add an extra native frame below it:
+ // Only suppress native frames if GC tracking is enabled and the next frame will be a GC frame:
2523
!(unwinder->gc && next_frame_addr == gc_frame))
2524
{
2525
_Py_DECLARE_STR(native, "<native>");
0 commit comments