R. David Murray <rdmur...@bitdance.com> added the comment:

I get this result on a debug build of default on linux:

>>> "{0:s}{1:s}".format("ABC", "\u0410\u0411\u0412")
python: Objects/unicodeobject.c:1223: _copy_characters: Assertion `ch <= 
to_maxchar' failed.

----------
nosy: +haypo, loewis, r.david.murray
priority: normal -> release blocker
stage:  -> needs patch
type: behavior -> crash

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to