falconry/falcon

Use `ParamSpec` to type LRU cache decorators

Open

#2,629 创建于 2026年4月25日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Python (925 fork)batch import
enhancementgood first issuetyping

仓库指标

Star
 (9,293 star)
PR 合并指标
 (平均合并 2天 7小时) (30 天内合并 9 个 PR)

描述

See here: https://github.com/falconry/falcon/pull/2599/changes#r2716854330.

Decorators like falcon.util.misc._lru_cache_* can be type using ParamSpec, allowing us to get rid of a bunch of typing ignores.

贡献者指南