Thriftpy / thriftpy

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
MIT License
1.15k stars 286 forks source link

Add support for i8 (alias to byte) #296

Open stigsb opened 7 years ago

stigsb commented 7 years ago

Apache Thrift has deprecated the byte type in favor of i8 in recent versions, this patch makes thriftpy support both.

stigsb commented 7 years ago

Hi guys, Any chance we could have this fix reviewed? (it seems Travis failed because of an unrelated issue)