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.

貢獻者指南