-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: API / Python
-
Labels:
_metaclass_ is not compatible in some scenarios of python3 e.g.
>>> from pyflink.serializers import Serializer >>> import inspect >>> inspect.isabstract(Serializer) False
We can replace _metaclass_ field with metaclass keyword to solve these problem.
- links to