cpython
cpython copied to clipboard
asyncio performance improvements for 3.15
Issue for tracking performance improvements I plan to work on for 3.15.
- build
_asyncioas static module for faster tls access https://github.com/python/cpython/issues/136669 - add fastpath for current running loop in
asyncio.all_tasksunder free-threading https://github.com/python/cpython/pull/140542 - stream line thread state access in asyncio https://github.com/python/cpython/pull/142742
Linked PRs
- gh-140542
- gh-142742
@kumaraditya303 do you have more planned improvements as part of this issue, or is it good to close now?
do you have more planned improvements as part of this issue, or is it good to close now?
No, it is good to close now.