]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119057: Use better error messages for zero division (#119066)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 3 Jun 2024 16:03:56 +0000 (19:03 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 16:03:56 +0000 (19:03 +0300)
commit1d4c2e4a877a48cdc8bcc9808d799b91c82b3757
treeb1557ecdd66700385d26ae2e398dc34f54e2f964
parent153b118b78588209850cc2a4cbc977f193a3ab6e
gh-119057: Use better error messages for zero division (#119066)
Doc/howto/logging-cookbook.rst
Lib/_pylong.py
Lib/test/mathdata/ieee754.txt
Lib/test/test_builtin.py
Lib/test/test_doctest/test_doctest.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Misc/NEWS.d/next/Core and Builtins/2024-05-15-12-15-58.gh-issue-119057.P3G9G2.rst [new file with mode: 0644]
Objects/complexobject.c
Objects/floatobject.c
Objects/longobject.c