]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102840: Fix confused traceback when floordiv or mod operations happens between... 105789/head
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sat, 10 Feb 2024 14:37:19 +0000 (17:37 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 14:37:19 +0000 (16:37 +0200)
commit5319c66550a6d6c6698dea75c0a0ee005873ce61
tree6aab2c3b999e17a9e625157f81d226838c307927
parent597fad07f7bf709ac7084ac20aa3647995759b01
gh-102840: Fix confused traceback when floordiv or mod operations happens between Fraction and complex objects (GH-102842)
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS.d/next/Library/2024-02-10-15-24-20.gh-issue-102840.4mnDq1.rst [new file with mode: 0644]