Skip to content

Commit 3304e2a

Browse files
Update pycore_traceback.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent 1784071 commit 3304e2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Include/internal/pycore_traceback.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ extern int _Py_WriteIndentedMargin(int, const char*, PyObject *);
101101
extern int _Py_WriteIndent(int, PyObject *);
102102

103103
// Export for the faulthandler module
104-
PyAPI_FUNC(void)
105-
_Py_DumpStack(int fd);
104+
PyAPI_FUNC(void) _Py_DumpStack(int fd);
106105

107106
#ifdef __cplusplus
108107
}

0 commit comments

Comments
 (0)