We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e6f8b commit f5f37d7Copy full SHA for f5f37d7
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
@@ -62,7 +62,7 @@ PyAPI_DATA(void) _Py_DumpTraceback(
62
63
64
65
-PyAPI_DATA(const char*) _Py_DumpTracebackThreads(
+PyAPI_FUNC(const char*) _Py_DumpTracebackThreads(
66
int fd, PyInterpreterState *interp,
67
PyThreadState *current_thread);
68
0 commit comments