mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Update Argument Clinic generated code for bpo-29878. (#1001)
This commit is contained in:
parent
5affd23e6f
commit
bae6881b42
4 changed files with 6 additions and 6 deletions
|
@ -946,7 +946,7 @@ This is equivalent to (real + imag*1j) where imag defaults to 0.
|
|||
|
||||
static PyObject *
|
||||
complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i)
|
||||
/*[clinic end generated code: output=b6c7dd577b537dc1 input=e3d6b77ddcf280da]*/
|
||||
/*[clinic end generated code: output=b6c7dd577b537dc1 input=6f6b0bedba29bcb5]*/
|
||||
{
|
||||
PyObject *tmp;
|
||||
PyNumberMethods *nbr, *nbi = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue