[issue6089] str.format raises SystemError

Eric Smith report at bugs.python.org
Fri May 22 19:30:03 CEST 2009


Eric Smith <eric at trueblade.com> added the comment:

Any character after a ']' other than '.' or '[' triggers this bug:

>>> '{0[0]x}'.format([None])
Assertion failed: (0), function FieldNameIterator_next, file
Objects/stringlib/string_format.h, line 379.

I'll fix it this weekend.

----------
assignee:  -> eric.smith
versions:  -Python 3.2

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


More information about the Python-bugs-list mailing list