This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients
Date 2003-08-30.00:01:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Does a further change need to be made or is it sound as it 
stands now?

-                       Py_DECREF(PyTuple_GET_ITEM(result, i));
+                      olditem = PyTuple_GET_ITEM(result, i);
                         PyTuple_SET_ITEM(result, i, item);
+                       Py_DECREF(olditem);
History
Date User Action Args
2007-08-23 14:16:21adminlinkissue793826 messages
2007-08-23 14:16:21admincreate