talonhub/community

Investigate removing pywin32 dependencies

Open

#2190 aperta il 9 mag 2026

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Python (854 fork)github user discovery
help wanted

Metriche repository

Star
 (852 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor