Skip to content

Fix GH-8074: Wrong type inference of range() result #8131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Feb 21, 2022

If either the first or second operand of range() may be a string, we
must not exclude the possibility that the result may be an array of
longs.

If either the first or second operand of `range()` may be a string, we
must not exclude the possibility that the result may be an array of
longs.
@cmb69 cmb69 linked an issue Feb 21, 2022 that may be closed by this pull request
@cmb69 cmb69 closed this in ef80dcb Feb 22, 2022
@cmb69 cmb69 deleted the cmb/gh8074 branch February 22, 2022 09:25
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.

Wrong type inference of range() result
2 participants