commit | 1c5e8602922881604ee25fc9fd98f30630a7f105 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Nov 22 12:33:32 2022 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 22 12:33:32 2022 +0100 |
tree | 25b8c62fee463f180877073fcdd2383b54a79144 | |
parent | 99e852c28fb7ba86aebbe6926b93eb2db8fd9a10 [diff] |
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680) Without releasing the GIL calls to termios APIs might block the entire interpreter.. (cherry picked from commit 959ba45d75953caa911e16b4c2a277978fc4b9b0) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>