mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Py_complex; and WITHOUT_COMPLEX added to getargs.c
This commit is contained in:
parent
519b4339f1
commit
530956d247
4 changed files with 8 additions and 6 deletions
|
@ -286,7 +286,7 @@ builtin_complex(self, args)
|
|||
{
|
||||
object *r, *i;
|
||||
number_methods *nbr, *nbi;
|
||||
complex cr, ci;
|
||||
Py_complex cr, ci;
|
||||
|
||||
i = NULL;
|
||||
if (!newgetargs(args, "O|O:complex", &r, &i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue