bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) · python/cpython@1d582bb · GitHub
Skip to content

Commit 1d582bb

Browse files
authored
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
1 parent 2b8ad9e commit 1d582bb

3 files changed

Lines changed: 37 additions & 8 deletions

File tree

Lib/test/test_complex.py

Lines changed: 21 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix undefined behaviour in complex object exponentiation.

Objects/complexobject.c

Lines changed: 15 additions & 8 deletions

0 commit comments

Comments
 (0)