]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
authorJason Zhang <yurenzhang2017@gmail.com>
Sat, 3 Feb 2024 15:11:10 +0000 (15:11 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 15:11:10 +0000 (17:11 +0200)
commitefc489021c2a5dba46979bd304563aee0c479a31
treed38a63136ad63c397de6c4431616ea6b7b7550fb
parent28bb2961ba2f650452c949fcfc75ccfe0b5517e9
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)

_PyObject_LookupSpecial() now ensures that the type is ready.
Modules/mathmodule.c
Python/bltinmodule.c