Thanks to the following libraries for being useful as references/guides for how to handle various system/terminal integration.
-
bos For demonstrating how to correctly and robustly handle
Unixexceptions. It is a great reference for whichUnixexceptions are raised for which operations, and demonstrates the robust pattern of reattempts on interupt exceptions. -
utfwas coppied from IwanKaramazow's (unicode.re)[https://github.com/IwanKaramazow/unicode.re].