Open
Description
QLCDNumber overflows when input >= 2147483648. (For example: input 9999999999...9)
Since integer has an limit of 0x7FFFFFFF(or 2147483647), casting it into float using self.stack[-1] = float(v)
would be better.
Patch code: liuqun@a960653
Metadata
Metadata
Assignees
Labels
No labels