From c3db4a17eb0288fa20c4409f9f489bd3a91d2479 Mon Sep 17 00:00:00 2001 From: AlirezaJahaniBiglar Date: Fri, 22 Aug 2025 18:32:46 +0330 Subject: [PATCH] Add bugfix changelog --- CHANGES/1721.bugfix.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGES/1721.bugfix.rst diff --git a/CHANGES/1721.bugfix.rst b/CHANGES/1721.bugfix.rst new file mode 100644 index 00000000..27323c49 --- /dev/null +++ b/CHANGES/1721.bugfix.rst @@ -0,0 +1,9 @@ +Bug Fixes +========= + +CallableObject Improvements +--------------------------- + +- Correctly detects and awaits coroutine-returning sync callables +- Supports callable classes with a sync __call__ method +- Ensures sync functions still run safely in asyncio.to_thread