Skip to content

Commit 1ba465c

Browse files
committed
premature
1 parent 2486704 commit 1ba465c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

Modules/_remote_debugging/module.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,21 +1649,6 @@ _remote_debugging_exec(PyObject *m)
16491649
return -1;
16501650
}
16511651

1652-
_Py_DECLARE_STR(gc, "<GC>");
1653-
_Py_DECLARE_STR(native, "<native>");
1654-
_Py_DECLARE_STR(unknown_function, "<unknown function>");
1655-
_Py_DECLARE_STR(unknown_file, "<unknown file>");
1656-
_Py_DECLARE_STR(unreadable_frame, "<unreadable frame>");
1657-
if (PyModule_Add(m, "SYNTHETIC_FRAME_NAMES",
1658-
PyTuple_Pack(5,
1659-
&_Py_STR(gc),
1660-
&_Py_STR(native),
1661-
&_Py_STR(unknown_function),
1662-
&_Py_STR(unknown_file),
1663-
&_Py_STR(unreadable_frame))) < 0) {
1664-
return -1;
1665-
}
1666-
16671652
if (RemoteDebugging_InitState(st) < 0) {
16681653
return -1;
16691654
}

0 commit comments

Comments
 (0)