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 vstinner
Recipients christian.heimes, vstinner
Date 2013-07-26.22:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374877578.73.0.404231696808.issue18552@psf.upfronthosting.co.za>
In-reply-to
Content
-    Py_XINCREF(obj);
+    Py_INCREF(obj);

This change is not correct. Here is an updated patch.
History
Date User Action Args
2013-07-26 22:26:18vstinnersetrecipients: + vstinner, christian.heimes
2013-07-26 22:26:18vstinnersetmessageid: <1374877578.73.0.404231696808.issue18552@psf.upfronthosting.co.za>
2013-07-26 22:26:18vstinnerlinkissue18552 messages
2013-07-26 22:26:18vstinnercreate