#11742·pyright

在使用参数调用 reportCallIssue 时出现 Python 3.15 `frozendict`

作者: matthewyu0311创建于 2026年9月12日更新于 2026年9月14日
标签bugfixed in next version (main)

描述错误 我正在使用预发布版 Pyright 尝试 Python 3.15 的新 frozendict。虽然 Pyright 附带了正确的类型库回退代码,其中包含了 frozendict 的正确的重载形式,但当使用时,它仍然无法识别 frozendict() 的参数形式。

内容来源: microsoft/pyright