Changeset 123 for pysyck/trunk/ext/_syckmodule.c
- Timestamp:
- 03/25/06 16:21:54 (6 years ago)
- Files:
-
- 1 modified
-
pysyck/trunk/ext/_syckmodule.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pysyck/trunk/ext/_syckmodule.c
r49 r123 1102 1102 goto error; 1103 1103 1104 Py_DECREF(object); 1105 1104 1106 index = PyList_GET_SIZE(self->symbols); 1105 1107 PyGILState_Release(gs); … … 1321 1323 1322 1324 value = PyList_GetItem(self->symbols, index); 1325 Py_XINCREF(value); 1323 1326 1324 1327 Py_DECREF(self->symbols);
