KTAtkinson commented on code in PR #2816:
URL: https://github.com/apache/thrift/pull/2816#discussion_r1230260807


##########
compiler/cpp/src/thrift/generate/t_py_generator.cc:
##########
@@ -105,7 +106,9 @@ class t_py_generator : public t_generator {
         }
         if( import_dynbase_.empty()) {
           import_dynbase_ = "from thrift.protocol.TBase import TBase, 
TFrozenBase, TExceptionBase, TFrozenExceptionBase, TTransport\n";
-        }
+        } 
+      } else if( iter->first.compare("immutable_exc") == 0) {

Review Comment:
   Yea this naming is a bit confusing, I'll update it :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to