lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.5k stars 157 forks source link

Fixes empty string bug in str isalpha method #2484

Closed advikkabra closed 7 months ago

advikkabra commented 7 months ago

In the current implementation of the isalpha() method, an empty string returns a True value, but in CPython it returns False.

anutosh491 commented 7 months ago

Good catch @advikkabra Do you see any more builtin methods where we might be going wrong in corner cases like this ? Would be great if you could give it a look.

Also the CI failing for the macos build isn't due to your commit, so no need to worry about it.