Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.11.0
-
None
Description
From PR https://github.com/apache/thrift/pull/1556:
Some ZeroMQ symbols have changes in version 3.0 of ZeroMQ (before 2014). Current stable branch is 4.2. Additionally, the Python code used newstyle language option, which isn't supported in the Thrift compiler anymore. This style is the default now.