Skip to content

Commit a82c99b

Browse files
Merge branch 'main' into gh-131358
2 parents 3dfdaab + b2ed7a6 commit a82c99b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

PC/python_uwp.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
#include <string>
1212

13+
#if defined(__clang__)
14+
#define _SILENCE_CLANG_COROUTINE_MESSAGE
15+
#endif
16+
1317
#include <appmodel.h>
1418
#include <winrt\Windows.ApplicationModel.h>
1519
#include <winrt\Windows.Storage.h>

Python/specialize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
1919
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
2020
#include "pycore_runtime.h" // _Py_ID()
21+
#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type
2122

2223
#include <stdlib.h> // rand()
2324

0 commit comments

Comments
 (0)