]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) (#96556)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Sep 2022 11:03:53 +0000 (04:03 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 11:03:53 +0000 (12:03 +0100)
commitae819ca6fd09e14a58842fc1e889f6737e53af0d
treeb6c2ced3a964aa8e083b3476235d31b2b99f656b
parente72f469e857e2e853dd067742e4c8c5f7bb8fb16
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) (#96556)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Doc/library/numbers.rst
Lib/numbers.py
Lib/test/test_numeric_tower.py
Misc/NEWS.d/next/Library/2022-09-04-12-32-52.gh-issue-68163.h6TJCc.rst [new file with mode: 0644]