GitHub user 3013216027 opened a pull request:
https://github.com/apache/thrift/pull/1392
Fix missing positional argument
I think the function process in the base TProcessor is missing a "self"
argument.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/3013216027/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1392.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 #1392
----
commit 16a8dfe50a278fbb947498fc310aa796bcf5a935
Author: Qyetfu <[email protected]>
Date: 2017-10-16T09:41:30Z
Fix missing positional argument
----
---