thriftpy2
thriftpy2 copied to clipboard
typedef alias not deleted in generated module
For we have thirft file:
test.thrift
struct A {
1: i32 a
}
typedef A B
With generated module, we had test.B
, with value (12, test.A)
. I think this field is not excepted, and in apache thrift, test.B
does not exists.