Fix handling OSError in FirewallClient#__init__ by Krout0n · Pull Request #561 · sshuttle/sshuttle
Related: this comment If we revert this, e will be unbounded. Try the following code. e = None try: raise OSError except OSError as e: pass print(e) # Unbounded So, I make the timing of lo...