зеркало из https://github.com/mozilla/pjs.git
SetTimeoutOrInterval now takes an integer. Not part of the default build.
This commit is contained in:
Родитель
80159e57bc
Коммит
229951029c
|
@ -194,9 +194,9 @@ static PyObject *PySetTimeoutOrInterval(PyObject *self, PyObject *args)
|
|||
PyObject *obTarget;
|
||||
PyObject *obHandler;
|
||||
PyObject *obArgs;
|
||||
double interval;
|
||||
int interval;
|
||||
int isInterval;
|
||||
if (!PyArg_ParseTuple(args, "OdOO!i:SetTimeoutOrInterval", &obTarget,
|
||||
if (!PyArg_ParseTuple(args, "OiOO!i:SetTimeoutOrInterval", &obTarget,
|
||||
&interval, &obHandler,
|
||||
&PyTuple_Type, &obArgs,
|
||||
&isInterval))
|
||||
|
|
Загрузка…
Ссылка в новой задаче