]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123811: test that round() can return signed zero (GH-123829) (#123939)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2024 12:26:35 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 12:26:35 +0000 (12:26 +0000)
commit8ca75eecb0a072a87b2403c5e358b2f3d4f3b76b
tree036e7c3352c2d0341f915757efcb12b1ba0c961e
parentec119dc984c0a4f045dc60b00ba5d4514c4f5e38
[3.12] gh-123811: test that round() can return signed zero (GH-123829) (#123939)

gh-123811: test that round() can return signed zero (GH-123829)
(cherry picked from commit d2b9b6f919e92184420c8e13d078e83447ce7917)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_float.py