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 pitrou
Recipients amaury.forgeotdarc, nnorwitz, pitrou
Date 2008-08-29.19:09:00
SpamBayes Score 0.14934815
Marked as misclassified No
Message-id <1220036942.34.0.353714006722.issue3660@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, I believe the first part of encode-leak.patch is wrong, you
should Py_DECREF the bytearray after it has been converted to bytes, not
before. Here is an alternate patch.
History
Date User Action Args
2008-08-29 19:09:02pitrousetrecipients: + pitrou, nnorwitz, amaury.forgeotdarc
2008-08-29 19:09:02pitrousetmessageid: <1220036942.34.0.353714006722.issue3660@psf.upfronthosting.co.za>
2008-08-29 19:09:01pitroulinkissue3660 messages
2008-08-29 19:09:01pitroucreate