[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

Serhiy Storchaka report at bugs.python.org
Sat Jun 23 12:26:15 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Similar case:

text.read(1); text.write(b'x'); text.tell()

And there may be crashes after setting self->snapshot to NULL due to the failure of Py_BuildValue().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25862>
_______________________________________


More information about the Python-bugs-list mailing list