[issue1704621] interpreter crash when multiplying large lists

2018-03-27 Thread Ivan Zakharyaschev
Ivan Zakharyaschev added the comment: New issue filed: https://bugs.python.org/issue33153 -- ___ Python tracker ___

[issue1704621] interpreter crash when multiplying large lists

2018-03-26 Thread Guido van Rossum
Guido van Rossum added the comment: @imz Please file a new issue. -- ___ Python tracker ___

[issue1704621] interpreter crash when multiplying large lists

2018-03-26 Thread Ivan Zakharyaschev
Ivan Zakharyaschev added the comment: Hi! This is broken for tuples (but not for lists, as in the example here) in 2.7.14 for me. Should we reopen this issue and fix it better? [builder@localhost ~]$ python Python 2.7.14 (default, Nov 7 2017, 17:07:17) [GCC 6.3.1

[issue1704621] interpreter crash when multiplying large lists

2007-11-12 Thread Christian Heimes
Christian Heimes added the comment: Python 2.6 (trunk) is raising a MemoryError in a non-debug build, too. The problem is fixed in 2.6 and 3.0. -- versions: -Python 2.6, Python 3.0 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1704621

[issue1704621] interpreter crash when multiplying large lists

2007-11-12 Thread Guido van Rossum
Guido van Rossum added the comment: Fixed in 2.5 branch (to be released with 2.5.2). Unit test added to 2.6 (trunk). -- resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1704621

[issue1704621] interpreter crash when multiplying large lists

2007-11-09 Thread Christian Heimes
Christian Heimes added the comment: Python 2.5 still seg faults. Python 2.6 and 3.0 are raising a memory error. However I'm unsure if the memory error is also raised in a plain build. I've just Py_DEBUG builds of 2.6 and 3.0 around. -- nosy: +tiran versions: +Python 2.5, Python 2.6,

[issue1704621] interpreter crash when multiplying large lists

2007-11-07 Thread Guido van Rossum
Guido van Rossum added the comment: Shouldn't this be fixed before 2.5.2 goes out? -- assignee: - nnorwitz nosy: +gvanrossum priority: normal - high _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1704621