Update Argument Clinic generated code for bpo-29878. (#1001)
diff --git a/Objects/clinic/floatobject.c.h b/Objects/clinic/floatobject.c.h
index d2680b5..d9ac39d 100644
--- a/Objects/clinic/floatobject.c.h
+++ b/Objects/clinic/floatobject.c.h
@@ -171,7 +171,7 @@
float_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
{
PyObject *return_value = NULL;
- PyObject *x = Py_False;
+ PyObject *x = _PyLong_Zero;
if ((type == &PyFloat_Type) &&
!_PyArg_NoKeywords("float", kwargs)) {
@@ -313,4 +313,4 @@
exit:
return return_value;
}
-/*[clinic end generated code: output=a3dafb0f6c6f1514 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=dc6b0b67a7e40c93 input=a9049054013a1b77]*/