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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, nnorwitz, pitrou
Date 2008-08-28.09:55:30
SpamBayes Score 0.002763457
Marked as misclassified No
Message-id <1219917333.09.0.50810202471.issue3660@psf.upfronthosting.co.za>
In-reply-to
Content
- the "test_site leaked [88, 88]" is the same as problem as issue3667.

- test_unicodes leaks in PyUnicode_AsEncodedString (attached patch), and
also with:
  str(memoryview(b'character buffers are decoded to unicode'), 'utf-8')
I tried another patch, but I'm not sure: I get lost between all these
buffers... a Py_DECREF(self->view.obj) in memory_releasebuf() seems to work.
History
Date User Action Args
2008-08-28 09:55:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, nnorwitz, pitrou
2008-08-28 09:55:33amaury.forgeotdarcsetmessageid: <1219917333.09.0.50810202471.issue3660@psf.upfronthosting.co.za>
2008-08-28 09:55:31amaury.forgeotdarclinkissue3660 messages
2008-08-28 09:55:31amaury.forgeotdarccreate