STINNER Victor <victor.stin...@gmail.com> added the comment:

"_PyUnicodeWriter_Finish() calls resize_compact() for truncating the result, 
but the latter fills the last 15 bytes with \xdb. Since the string is tagged as 
ASCII, thus crashing in _PyUnicode_CheckConsistency."

Cool. My code works as expected to catch bugs :-)

----------

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

Reply via email to