talonhub/community

Investigate removing pywin32 dependencies

Open

#2,190 创建于 2026年5月9日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (854 fork)github user discovery
help wanted

仓库指标

Star
 (852 star)
PR 合并指标
 (PR 指标待抓取)

描述

Beta/experimental Talon makes use of a free-threading/no-GIL Python interpreter (3.14t).

Currently importing pywin32 disables free-threading; future versions of Talon may not include pywin32 at all. Currently, pywin32 is not compatible with free-threading, though there is work in progress to remedy this.

We should decide if we can replace community's uses of pywin32 with ctypes or other APIs for interfacing with Windows APIs, or potentially (optionally) disable the corresponding features.

贡献者指南