[New-bugs-announce] [issue6089] str.format raises SystemError

Mark Florisson report at bugs.python.org
Fri May 22 18:24:41 CEST 2009


New submission from Mark Florisson <markflorisson88 at gmail.com>:

>>> '{0[0](10)}'.format([None])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: error return without exception set

----------
components: Interpreter Core
messages: 88198
nosy: eggy
severity: normal
status: open
title: str.format raises SystemError
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6089>
_______________________________________


More information about the New-bugs-announce mailing list