| commit | 01a77ab01e7459d96059a2b49d9885d14a360ef1 | [log] [tgz] |
|---|---|---|
| author | Jens Geyer <jensg@apache.org> | Sat Jul 11 11:41:32 2015 +0200 |
| committer | Jens Geyer <jensg@apache.org> | Sat Jul 11 11:46:38 2015 +0200 |
| tree | 9f64df637aa6d5b8cf08e0aa699c5add3452e08b | |
| parent | 90c60e340c322d398adc0de3ed45aed8d6f0c1f9 [diff] |
THRIFT-3230: transform typedef when getting type name Client: Python Patch: 软件工程师李飛 <lifei@7v1.net> This closes #545 Python compiler generates wrong code if there is function throwing a typedef of exception with another namespace. We should use the real type name instead of the name of typedef.