Skip to content
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

restore identity handling for str and int senders #148

Merged
merged 1 commit into from
Apr 28, 2024
Merged

restore identity handling for str and int senders #148

merged 1 commit into from
Apr 28, 2024

Conversation

davidism
Copy link
Member

Inadvertently removed special treatment of str and int senders when simplifiying code for 1.8. The test didn't catch it because the Python compiler does folding for 12345 + 0 to make it the same instance as 12345 so it was only testing one sender instance. Added some comments to explain the code so this doesn't happen in the future.

@davidism davidism merged commit 0068cb4 into main Apr 28, 2024
8 checks passed
@davidism davidism deleted the ident branch April 28, 2024 16:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant