]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Silence experimental coroutine deprecation warnings (#150788)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 2 Jun 2026 14:55:28 +0000 (17:55 +0300)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 14:55:28 +0000 (14:55 +0000)
Co-authored-by: Zachary Ware <zach@python.org>
PC/python_uwp.cpp

index 8cdb8d722cdb9a09c3ed76159bad37d2b5f54f07..1b44216dc20d1e65f5d90a2d1bd2790d4df614c5 100644 (file)
@@ -13,6 +13,7 @@
 #if defined(__clang__)
 #define _SILENCE_CLANG_COROUTINE_MESSAGE
 #endif
+#define _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS
 
 #include <appmodel.h>
 #include <winrt\Windows.ApplicationModel.h>