cpython icon indicating copy to clipboard operation
cpython copied to clipboard

asyncio performance improvements for 3.15

Open kumaraditya303 opened this issue 2 months ago • 1 comments

Issue for tracking performance improvements I plan to work on for 3.15.

  • build _asyncio as static module for faster tls access https://github.com/python/cpython/issues/136669
  • add fastpath for current running loop in asyncio.all_tasks under 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 avatar Oct 21 '25 10:10 kumaraditya303