Teradata / PyTd

A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
MIT License
108 stars 43 forks source link

connect hangs when using Python3.5 and REST as the connection method. #21

Closed escheie closed 8 years ago

escheie commented 8 years ago

The tdrest module wraps the HTTP response stream in a io.TextIOWrapper instance to handle decoding the UTF-8 stream into unicode character buffers. In Python3.5, the call to read on the wrapper is blocking instead of returning even though data is available to return.