Message303307
"_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 :-) |
|
| Date |
User |
Action |
Args |
| 2017-09-29 07:58:08 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka |
| 2017-09-29 07:58:08 | vstinner | set | messageid: <[email protected]> |
| 2017-09-29 07:58:08 | vstinner | link | issue31626 messages |
| 2017-09-29 07:58:08 | vstinner | create | |
|