Skip to content

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
@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.

1 participant