flox <la...@yahoo.fr> added the comment: Yes, confirmed too. Both 3.1 and 3.2 are broken.
Minimal sequence to trigger the bug: """ ~ $ ./python Python 3.2a0 (py3k:76743M, Dec 10 2009, 12:19:41) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. """ def m(i): if i == 10: return next(i for i in '0') MAX_LOOP = 1<<10 t = range(11) for i in range(MAX_LOOP): d = map(m, t) tup = tuple(d) ## python: Objects/tupleobject.c:853: _PyTuple_Resize: ## Assertion `g->gc.gc_refs != (-2)' failed. ---------- components: +Interpreter Core nosy: +flox versions: +Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7466> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com