3.27.1
Patch Changes
- acace18: Fix terminal crash on macOS/Linux due to unconditional
typing_extensionsimport inunix_pseudoterminal.py. The@overridedecorator is now conditionally imported via aTYPE_CHECKINGguard with a runtime no-op fallback, avoiding an unnecessary runtime dependency on platforms where the package is not installed. Fixes GH#178.