为什么 gevent 会抛出这个错误?在 ipython、ubuntu 13 中运行它
In [1]: from gevent import monkey
In [2]: monkey.patch_all()
In [3]: The history saving thread hit an unexpected error (NotImplementedError('gevent is only usable from a single thread',)).History will not be written to the database.
In [3]: