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 ajaksu2, barry, benjamin.peterson, bob.ippolito, christian.heimes, orsenthil, vstinner
Date 2008-09-26.17:16:04
SpamBayes Score 3.4438938e-06
Marked as misclassified No
Message-id <1222449366.24.0.408929310883.issue3623@psf.upfronthosting.co.za>
In-reply-to
Content
> Is this something that needs to be backported to 2.6?

Hum, here is a part of my patch which can be applied to python 2.6. I 
don't know if it fixes real bugs, but the code looks better with the 
patch: PyErr_SetObject() and Py_DECREF() should not be called with 
NULL argument.
History
Date User Action Args
2008-09-26 17:16:06vstinnersetrecipients: + vstinner, barry, bob.ippolito, orsenthil, christian.heimes, ajaksu2, benjamin.peterson
2008-09-26 17:16:06vstinnersetmessageid: <1222449366.24.0.408929310883.issue3623@psf.upfronthosting.co.za>
2008-09-26 17:16:05vstinnerlinkissue3623 messages
2008-09-26 17:16:05vstinnercreate