Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
master branch, 0.12.3
-
2021-12-Su
Description
The issue is described in https://stackoverflow.com/questions/26589805/python-enums-across-modules and https://bugs.python.org/issue30545
The root cause is the way we use import in our Python client. In order to minimize the cost of repairing the problem, we can fix as the following way:
It doesn't solve the problem fundamentally, but it can avoid all the problems.