bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
Release the GIL while performing isatty() system calls on arbitrary file descriptors. In particular, this affects os.isatty(), os.device_encoding() and io.TextIOWrapper. By extension, io.open() in text mode is also affected. (cherry picked from commit 06148b1870fceb1a21738761b8e1ac3bf654319b) Co-authored-by: Vincent Michel <vxgmichel@gmail.com>
M
Miss Islington (bot) committed
23c46778d65870784cb6d4de30f43aac62d71e73
Parent: 11103eb
Committed by GitHub <noreply@github.com>
on 9/9/2021, 4:35:43 PM