thriftpy
thriftpy copied to clipboard
Remove dependency for toro project
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.
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