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 89b5571 commit 75356d8Copy full SHA for 75356d8
Include/internal/pycore_pythread.h
@@ -1,14 +1,15 @@
1
#ifndef Py_INTERNAL_PYTHREAD_H
2
#define Py_INTERNAL_PYTHREAD_H
3
-#ifdef __cplusplus
4
-extern "C" {
5
-#endif
6
7
#ifndef Py_BUILD_CORE
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
#include "dynamic_annotations.h" // _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX
+
+#ifdef __cplusplus
+extern "C" {
12
+#endif
13
#include "pycore_llist.h" // struct llist_node
14
15
// Get _POSIX_THREADS and _POSIX_SEMAPHORES macros if available
0 commit comments