-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-123811: test that round() can return signed zero #123829
Conversation
skirpichev
commented
Sep 8, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Issue with Round Function in Python #123811
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @skirpichev for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…23829) (cherry picked from commit d2b9b6f) Co-authored-by: Sergey B Kirpichev <[email protected]>
GH-123938 is a backport of this pull request to the 3.13 branch. |
…23829) (cherry picked from commit d2b9b6f) Co-authored-by: Sergey B Kirpichev <[email protected]>
GH-123939 is a backport of this pull request to the 3.12 branch. |
Merged, thanks @skirpichev. |
#123939) gh-123811: test that round() can return signed zero (GH-123829) (cherry picked from commit d2b9b6f) Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
Is this tested for Decimal? |