We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a257062 + f5f37d7 commit b608196Copy full SHA for b608196
Include/traceback.h
@@ -48,7 +48,7 @@ PyAPI_DATA(PyTypeObject) PyTraceBack_Type;
48
49
This function is signal safe. */
50
51
-PyAPI_DATA(void) _Py_DumpTraceback(
+PyAPI_FUNC(void) _Py_DumpTraceback(
52
int fd,
53
PyThreadState *tstate);
54
@@ -75,7 +75,7 @@ PyAPI_DATA(void) _Py_DumpTraceback(
75
76
77
78
-PyAPI_DATA(const char*) _Py_DumpTracebackThreads(
+PyAPI_FUNC(const char*) _Py_DumpTracebackThreads(
79
80
PyInterpreterState *interp,
81
PyThreadState *current_tstate);
0 commit comments