Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
567 stars 90 forks source link

Breaking changes in V0.4.15 binary type processing #197

Closed ethe closed 1 year ago

ethe commented 1 year ago

In current, thriftpy would use different processor deal with Python bytes and string type arguments, it would be better to take an option turning it down and recover the behavior as before.

ethe commented 1 year ago

Closed via #199