Thriftpy / thriftpy2

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

yield from is necessary when using coroutine in aio #180

Closed lexdene closed 3 years ago

lexdene commented 3 years ago

Some functions returns a coroutine. yield from is necessary for them.

ethe commented 3 years ago

thanks, I think it looks good to me

lexdene commented 3 years ago

May I ask when this patch will be published to pypi?