]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007) (#124048)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 00:31:28 +0000 (02:31 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 00:31:28 +0000 (17:31 -0700)
commit9a1e9dd1116b27d0b577cf501486893530cce1c8
tree303f5e0ce58cc34300b74c8b56e8b519f7b9511d
parent181c2b8669d935f2f05caa4c01bdd8e4a2e6d593
[3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007) (#124048)

gh-123811: Test that round(Decimal) can return signed zero (GH-124007)
(cherry picked from commit b46c65ed2b78214cb8914779ac4e8d343ac4775e)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/test_decimal.py