Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

fix error under python 3.11 #193

Closed ethe closed 1 year ago

ethe commented 1 year ago

because of socket.error has deprecated, it should use OSError.errno to detect error number instead.