SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211)

`x**y == 1/x**-y ` thus changing `/=` to `*=` by negating the exponent.
S
Sergey B Kirpichev committed
f7bb658124aba74be4c13f498bf46cfded710ef9
Parent: a4d4c1e
Committed by GitHub <noreply@github.com> on 11/24/2024, 7:37:37 AM