[issue2231] Memory leak in itertools.chain()

Hirokazu Yamamoto report at bugs.python.org
Tue Mar 4 14:10:44 CET 2008


New submission from Hirokazu Yamamoto:

Fixed memory leak in itertools.chain().
This fixes following refleak errors shown in issue2223.
test_deque test_heapq test_itertools test_list test_set test_userlist

----------
components: Extension Modules
files: fix_leak.patch
keywords: patch
messages: 63252
nosy: ocean-city
severity: normal
status: open
title: Memory leak in itertools.chain()
type: resource usage
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file9602/fix_leak.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2231>
__________________________________


More information about the Python-bugs-list mailing list