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 0dba178 commit 863d2bcCopy full SHA for 863d2bc
Programs/_testembed.c
@@ -8,7 +8,7 @@
8
#include <Python.h>
9
#include "pycore_initconfig.h" // _PyConfig_InitCompatConfig()
10
#include "pycore_runtime.h" // _PyRuntime
11
-#include "pycore_semaphore.h" // _PySemaphore
+#include "pycore_lock.h" // PyEvent
12
#include "pycore_pythread.h" // PyThread_start_joinable_thread()
13
#include "pycore_import.h" // _PyImport_FrozenBootstrap
14
#include <inttypes.h>
0 commit comments