Issue 3650: Memory leak in bytes.split() (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47900
classification
process
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) *
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) *
Date: 2008-08-22 21:33
Go ahead.
msg71782 - (view)
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) *
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.peterson messages: +
2008-08-22 21:30:57
amaury.forgeotdarc
create