Malcolm Smith 51ae3c0ee5
Make os.get_terminal_size check isatty before calling ioctl (#154885)
Calling ioctl on stdout raises warnings on Android. Ensure we have a TTY
before doing terminal size calls.
2026-07-30 02:04:46 +00:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.