Skip to content

Fixes empty string bug in str isalpha method#2484

Merged
certik merged 1 commit intolcompilers:mainfrom
advikkabra:isalpha-fix
Feb 7, 2024
Merged

Fixes empty string bug in str isalpha method#2484
certik merged 1 commit intolcompilers:mainfrom
advikkabra:isalpha-fix

Conversation

@advikkabra
Copy link
Collaborator

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

@anutosh491
Copy link
Collaborator

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.

@certik certik merged commit 20b93b4 into lcompilers:main Feb 7, 2024
@advikkabra advikkabra deleted the isalpha-fix branch February 18, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants