Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646049e commit 447e7c3Copy full SHA for 447e7c3
1 file changed
Objects/floatobject.c
@@ -84,7 +84,7 @@ PyFloat_FromString(PyObject *v)
84
PyUnicode_GET_SIZE(v),
85
s_buffer,
86
NULL))
87
- return NULL;
+ goto error;
88
s = s_buffer;
89
len = strlen(s);
90
}
0 commit comments