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.
2 parents 59ffd27 + a5622dc commit 385e660Copy full SHA for 385e660
1 file changed
Modules/posixmodule.c
@@ -11289,8 +11289,7 @@ build_itimerspec(const struct itimerspec* curr_value)
11289
Py_DECREF(value);
11290
return NULL;
11291
}
11292
- PyObject *tuple = _PyTuple_FromPairSteal(value, interval);
11293
- return tuple;
+ return _PyTuple_FromPairSteal(value, interval);
11294
11295
11296
static PyObject *
0 commit comments