]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24234: implement complex.__complex__ (GH-27887)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 23 Aug 2021 08:15:49 +0000 (09:15 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 08:15:49 +0000 (09:15 +0100)
commit6082bb5addab93755ab6e2bd2ed6021b391e10d1
treeef109d492632072d919a7ebeb2ce89342a2babdb
parenteec340ea3af27887fcaac4029ebdee99f3713bff
bpo-24234: implement complex.__complex__ (GH-27887)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/test/test_complex.py
Lib/test/test_doctest.py
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2021-08-22-12-28-50.bpo-24234.n3oTdx.rst [new file with mode: 0644]
Objects/clinic/complexobject.c.h
Objects/complexobject.c