Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
python-systemd
iso-c-90.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File iso-c-90.patch of Package python-systemd
--- systemd/_daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/systemd/_daemon.c +++ b/systemd/_daemon.c @@ -121,11 +121,12 @@ static PyObject* notify(PyObject *self, return NULL; for (i = 0; i < len; i++) { + long value; _cleanup_Py_DECREF_ PyObject *item = PySequence_GetItem(fds, i); if (!item) return NULL; - long value = PyLong_AsLong(item); + value = PyLong_AsLong(item); if (PyErr_Occurred()) return NULL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor