Serhiy Storchaka added the comment:

1) memory_clear()

  2) _memory_release()

  3) if self->exports > 0 then BufferError (but ignored).

  4) Py_CLEAR(self->mbuf)

  5) memory_dealloc()

  6) _memory_release()

  7) self->mbuf->exports where self->mbuf == NULL

----------

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

Reply via email to