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 mrabarnett
Recipients christian.heimes, mrabarnett
Date 2013-07-25.19:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374780524.0.0.136966299935.issue18556@psf.upfronthosting.co.za>
In-reply-to
Content
Re msg193703: A little before that, 'value' is INCREF'ed, and then:

    wstr = PyUnicode_AsUnicodeAndSize(value, &size);
    if (wstr == NULL)
        return NULL;

Shouldn't 'value' be DECREF'ed before returning?
History
Date User Action Args
2013-07-25 19:28:44mrabarnettsetrecipients: + mrabarnett, christian.heimes
2013-07-25 19:28:44mrabarnettsetmessageid: <1374780524.0.0.136966299935.issue18556@psf.upfronthosting.co.za>
2013-07-25 19:28:43mrabarnettlinkissue18556 messages
2013-07-25 19:28:43mrabarnettcreate