You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-astral-sh/python-build-standalone v20241219 already provides Python 3.13.1 builds.* For now, we are not targeting the free-threaded (nogil) builds as our code base relies on asyncio to multiplex multiple socket connections and offloads file I/O operations using threads. Also aiotools.server provides a multiprocess architecture to scale out the apps.-
Upgrade pants.toml and other places referring prior Python major upgrade PRs:
aiotools.server
provides a multiprocess architecture to scale out the apps.-pants.toml
and other places referring prior Python major upgrade PRs:aiotools
,aiofiles
should be also updated/checked with the compatibility.asyncio.gather(*, return_exceptions=True)
with the rewritten asyncio.as_completed() APIThe text was updated successfully, but these errors were encountered: