]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Py_BuildValue(): Add "D" conversion to create a Python complex value from
authorFred Drake <fdrake@acm.org>
Mon, 12 Mar 2001 21:03:26 +0000 (21:03 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 12 Mar 2001 21:03:26 +0000 (21:03 +0000)
commitaec79247b145e6cd5b7a769fd85ab71748d8b247
tree0796157b229fc012bb52b2b233c8b57b059728fd
parent521c83dd80afa929816ced389d4f92a97815b978
Py_BuildValue():  Add "D" conversion to create a Python complex value from
    a Py_complex C value.

Patch by Walter Dörwald.
This partially closes SF patch #407148.
Python/modsupport.c