Add bugfix changelog

This commit is contained in:
AlirezaJahaniBiglar 2025-08-22 18:32:46 +03:30
parent 09b998590d
commit c3db4a17eb

9
CHANGES/1721.bugfix.rst Normal file
View file

@ -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