Error in the string-to-integer conversion function int()

When I try to convert the character strings ‘08’ and ‘09’ to integers, I get 0 as the result.
Please find the screenshots attached.

int(“09”) and int(“08”) return 0, but int(“10”) return 10 and any other value returns the correct integer.
1.
1

2

3

4

5

Interesting, thanks for reporting. Added github issue