Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The assertion failure can be also caused by setting self->snapshot to NULL when 
Py_BuildValue() fails due to lack of memory. It is very difficult to reproduce 
this. PR 8026 fixes this and other difficulty reproducible refcount bugs in the 
_io module.

----------
assignee:  -> serhiy.storchaka
versions: +Python 2.7, Python 3.8

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

Reply via email to