[New-bugs-announce] [issue3650] Memory leak in bytes.split()

Amaury Forgeot d'Arc report at bugs.python.org
Fri Aug 22 23:30:58 CEST 2008


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

./python Lib/test/regrtest.py -R:: test_bytes
reveals a leak in py3k.

This is exactly the same as the one corrected by r65785 to bytearray.
(easy) patch attached, needs approval!

----------
files: bytes-split.patch
keywords: needs review, patch
messages: 71779
nosy: amaury.forgeotdarc
severity: normal
status: open
title: Memory leak in bytes.split()
versions: Python 3.0
Added file: http://bugs.python.org/file11222/bytes-split.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3650>
_______________________________________


More information about the New-bugs-announce mailing list