falconry/falcon

Use `ParamSpec` to type LRU cache decorators

Open

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

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (9,293 star) (925 fork)batch import
enhancementgood first issuetyping

描述

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.

贡献者指南

Use `ParamSpec` to type LRU cache decorators · falconry/falcon#2629 | Good First Issue