GitHub user margars opened a pull request:
https://github.com/apache/thrift/pull/1521
THRIFT-4531 (#1)
THRIFT-4531: Fix generated Python read() method for immutable structs with
optional members.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/margars/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1521.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 #1521
----
commit 969047b3c09af133dd3d24591baedc8ed3c52318
Author: Margar Simonyan <margar.simonyan@...>
Date: 2018-03-27T12:30:14Z
THRIFT-4531 (#1)
THRIFT-4531: Fix generated Python read() method for immutable structs with
optional members.
----
---