[issue6089] str.format raises SystemError

R. David Murray report at bugs.python.org
Fri May 22 18:52:59 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

trunk and py3k debug build gives this:

>>> '{0[0](10)}'.format([None])
python: Objects/stringlib/string_format.h:379: FieldNameIterator_next:
Assertion `0' failed.
zsh: abort      ./python

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list