mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
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.
Miscellaneous source files for the main Python shared library