Thriftpy / thriftpy

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

Remove dependency for toro project #301

Open julioasotodv opened 7 years ago

julioasotodv commented 7 years ago

Given that the Toro project for tornado (https://toro.readthedocs.io/en/stable/) is deprecated (since the project has been merged to mainline Tornado), there is no point on mantaining this dependency (which will be incompatible with Python 3.7).

Tornado itself has the exact same toro.Lock() functionality builtin.

julioasotodv commented 7 years ago

Build fails in old python configs, just as pretty much all other PRs. But the change passes tests and the Tornado server is able to run correctly