资讯

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
Describe the bug When marshaling maps with keys of integer kind implementing TextMarshaler, the keys are converted to strings rather than marshaled by calling the MarshalText methods. To Reproduce ...