This commit is contained in:
高辛格 2019-07-05 14:26:03 +08:00
parent a27c43a8d5
commit 7b6e9db764

View File

@ -124,7 +124,8 @@ get_one_item(PyObject *op, double *x)
}
static int
get_two_item(PyObject *op, double *x, double *y) {
get_two_item(PyObject *op, double *x, double *y)
{
PyObject *o;
int success;