GitHub user largetalk opened a pull request:
https://github.com/apache/thrift/pull/375
fix bug for: BadYieldError: yielded unknown object
2015-02-09 14:03:00,410 ERROR handle_stream:183 thrift exception in
handle_stream
Traceback (most recent call last):
File
"/home/adsame/.virtualenvs/gooseService/local/lib/python2.7/site-packages/thrift/TTornado.py",
line 178, in handle_stream
yield self._processor.process(iprot, oprot)
File
"/home/adsame/.virtualenvs/gooseService/local/lib/python2.7/site-packages/tornado/gen.py",
line 628, in run
value = future.result()
File
"/home/adsame/.virtualenvs/gooseService/local/lib/python2.7/site-packages/tornado/concurrent.py",
line 111, in result
raise self._exception
BadYieldError: yielded unknown object True
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/largetalk/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/375.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #375
----
commit f854348c8037b21a305395909f1dec19840b62e0
Author: Arthur <[email protected]>
Date: 2015-02-11T03:02:50Z
fix bug for: BadYieldError: yielded unknown object
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---