Val Lorentz
Val Lorentz
hmm... isn't it a bug in CPython?
Submitted to Python's bugtracker. https://bugs.python.org/issue28326
This issue will be fixed on Python 3.6.4: https://github.com/python/cpython/pull/4075
No, you need at least Python 3.6.4.
What does `python3 -V` show?
@jothiljose You should use this patch: https://github.com/python/cpython/pull/4075/files but replace `except (AttributeError, ValueError):` with `except (AttributeError, ValueError, OSError):`
I think it should be in AutoMode instead.
Channel does not set any mode while AutoMode does.
Adding a config option for this shouldn't be too hard.