From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:20:39 +0000 (+0200) Subject: [3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794) X-Git-Tag: v3.15.0b2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=13a7cce3638a11f59872925f37e398876a3c003e;p=thirdparty%2FPython%2Fcpython.git [3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Zachary Ware --- diff --git a/PC/python_uwp.cpp b/PC/python_uwp.cpp index 8cdb8d722cdb..1b44216dc20d 100644 --- a/PC/python_uwp.cpp +++ b/PC/python_uwp.cpp @@ -13,6 +13,7 @@ #if defined(__clang__) #define _SILENCE_CLANG_COROUTINE_MESSAGE #endif +#define _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS #include #include