Python3.13 support - `close_clients`
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- python
- 领域
- networking
调研方向
首先,将 uvloop 的 Server API 与 Python 3.13 的 asyncio.Server.close_clients 文档进行比较,并使用报告的 AttributeError 作为初始复现。完成的标准是 uvloop 的 Server 提供 close_clients,且其行为与文档化的 asyncio API 一致;该 issue 提到 FastAPI 和 uvicorn 作为集成场景。
由索引模型根据 Issue 内容生成。
描述
Hello!
First of all - thanks for the amazing project.
I am using python3.13 and I noticed that uvloop's Server doesn't have close_clients.
Since running projects with fastapi and uvicorn uses uvloop, it means that any code that uses them might not support python3.13.
The exception I receive is:
AttributeError: 'uvloop.loop.Server' object has no attribute 'close_clients'
And in my humble opinion it should behave as https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Server.close_clients
- 主要语言
- Cython
- 星标
- 11.9k
- 派生
- 615
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MagicStack/uvloop 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 68/100
MagicStack/uvloop#759 ·
-
难度 2/5 1-3 小时 新手友好度 68/100
MagicStack/uvloop#741 · 2 个 reaction ·
-
难度 2/5 1-3 小时 新手友好度 68/100
MagicStack/uvloop#702 · 8 条评论 · 9 个 reaction ·
-
难度 4/5 3-5 天 新手友好度 25/100
MagicStack/uvloop#766 ·
-
难度 4/5 3-5 天 新手友好度 52/100
MagicStack/uvloop#765 ·
查看 MagicStack/uvloop 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 88/100
sonic-net/sonic-mgmt#28113 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 68/100
canonical/postgresql-watcher-operator#110 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 78/100
EleutherAI/lm-evaluation-harness#4201 ·