Issue 3650: Memory leak in bytes.split() (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47900

classification

Title: Memory leak in bytes.split()
Type: Stage:
Components: Versions: Python 3.0

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, benjamin.peterson
Priority: normal Keywords: needs review, patch

Created on 2008-08-22 21:30 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bytes-split.patch amaury.forgeotdarc,2008-08-22 21:30
Messages (3)
msg71779 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-08-22 21:30
./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!
msg71781 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-08-22 21:33
Go ahead.
msg71782 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-08-22 22:05
Committed r65985
History
Date User Action Args
2022-04-11 14:56:38 admin set github: 47900
2008-08-22 22:05:59 amaury.forgeotdarc set status: open -> closedresolution: fixedmessages: +
2008-08-22 21:33:47 benjamin.peterson set nosy: + benjamin.petersonmessages: +
2008-08-22 21:30:57 amaury.forgeotdarc create