]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jul 2021 19:29:52 +0000 (12:29 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 19:29:52 +0000 (21:29 +0200)
commit256d97c8a3151ec7caba6c06bf2a1e682008c304
tree32a599138cd5d81cbd8e56a4cec2a590083af760
parent8a37e8cf45105fbb592c31ebd30501bbdea5ab81
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366)

(cherry picked from commit 1d582bbc969e05896addf97844ddf17ce9830e5e)

Co-authored-by: T. Wouters <thomas@python.org>
Lib/test/test_complex.py
Misc/NEWS.d/next/Core and Builtins/2021-07-21-15-26-56.bpo-44698.DA4_0o.rst [new file with mode: 0644]
Objects/complexobject.c