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 4231362 commit 4d958cfCopy full SHA for 4d958cf
Include/internal/pycore_condvar.h
@@ -9,7 +9,7 @@
9
10
11
#ifdef _POSIX_THREADS
12
-/*ru
+/*
13
* POSIX support
14
*/
15
#define Py_HAVE_CONDVAR
Include/internal/pycore_pythread.h
@@ -9,7 +9,7 @@ extern "C" {
#endif
#include "dynamic_annotations.h" // _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX
-#include "pycore_llist.h" // struct llist_node
+#include "pycore_llist.h" // struct llist_node
// Get _POSIX_THREADS and _POSIX_SEMAPHORES macros if available
#if (defined(HAVE_UNISTD_H) && !defined(_POSIX_THREADS) \
0 commit comments