https://github.com/python/cpython/commit/13a7cce3638a11f59872925f37e398876a3c003e commit: 13a7cce3638a11f59872925f37e398876a3c003e branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-06-02T15:20:39Z summary:
[3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Zachary Ware <[email protected]> files: M PC/python_uwp.cpp diff --git a/PC/python_uwp.cpp b/PC/python_uwp.cpp index 8cdb8d722cdb9a0..1b44216dc20d1e6 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 <appmodel.h> #include <winrt\Windows.ApplicationModel.h> _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
