mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
5c65834d80
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 06148b1870)
Co-authored-by: Vincent Michel <vxgmichel@gmail.com>
Miscellaneous source files for the main Python shared library