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.
2 parents 3dfdaab + b2ed7a6 commit a82c99bCopy full SHA for a82c99b
PC/python_uwp.cpp
@@ -10,6 +10,10 @@
10
11
#include <string>
12
13
+#if defined(__clang__)
14
+#define _SILENCE_CLANG_COROUTINE_MESSAGE
15
+#endif
16
+
17
#include <appmodel.h>
18
#include <winrt\Windows.ApplicationModel.h>
19
#include <winrt\Windows.Storage.h>
Python/specialize.c
@@ -18,6 +18,7 @@
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
20
#include "pycore_runtime.h" // _Py_ID()
21
+#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type
22
23
#include <stdlib.h> // rand()
24
0 commit comments